Search

You searched for the word(s): userid:342719

Matching Posts

  • Weird behavior with Http windows

    Hello, Im encountering some weird behavior in my MS outlook and browser. When I try to link to a website that is set in an email the browser simply doesn't get to it. It just sits there and does nothing, (aparently....) When I try ro open the "images" control in a tes\xt module in DNN 3.02 the same happens, exept that I get an error message that there is an error on the page. I scanned for any malfunctions, but I can't find any. I removed the dotnetframework 2.0, witch I wanted to use for testing
    Posted to DotNetNuke (Forum) by JosRichters on 7/1/2006
  • Betreft: Re: Betreft: Re: 3.2.2 Runtime error

    I got it! Just run this SQL script in your SQL manager in the host menu: if exists (select * from dbo.sysobjects where id = object_id(N'GetFiles') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure GetFiles GO CREATE procedure dbo.GetFiles @PortalId int, @Folder nvarchar(200) as select FileId, PortalId, FileName, Extension, Size, WIdth, Height, ContentType, Folder from Files where ((PortalId = @PortalId AND Folder=@Folder) or (@PortalId is null and PortalId is null AND Folder=@Folder)) order
    Posted to DotNetNuke (Forum) by JosRichters on 3/10/2006
  • Betreft: Re: Betreft: Re: 3.2.2 Runtime error

    This is the stored procedure in my DNN 3.2.2. CREATE procedure dbo.GetFiles @PortalId int, @Folder nvarchar(200) as select FileId, PortalId, FileName, Extension, Size, WIdth, Height, ContentType from Files where ((PortalId = @PortalId AND Folder=@Folder) or (@PortalId is null and PortalId is null AND Folder=@Folder)) order by FileName GO I can't see anything strange at it. Thanks, Jos
    Posted to DotNetNuke (Forum) by JosRichters on 3/10/2006
  • Betreft: Re: 3.2.2 Runtime error

    You are NOT alone! I have this problem too! It happend after an upgrade of the Gooddogs repositry module. The log says: " Page Load Exception AssemblyVersion : 03.02.02 Method : System.Data.Common.FieldNameLookup.GetOrdinal FileName : FileLineNumber : 0 FileColumnNumber : 0 PortalID : 1 PortalName : Het Windmolenbroek UserID : 1 UserName : host ActiveTabID : 144 ActiveTabName : FotoCompetitie AbsoluteURL : /Default.aspx AbsoluteURLReferrer : http://www.in-almelo.com/FotoCompetitie/tabid/144/ctl/Module
    Posted to DotNetNuke (Forum) by JosRichters on 3/10/2006
  • Error on "Page settings" in every module

    I did an update from DNN 3.11 to DNN 3.2 recently and everything seemed to be OK. Lateron, today, I tried to reset some module settings and I found this error: Er is een fout opgetreden. DotNetNuke.Services.Exceptions.ModuleLoadException: Folder ---> System.IndexOutOfRangeException: Folder at System.Data.Common.FieldNameLookup.GetOrdinal(String fieldName) at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) at System.Data.SqlClient.SqlDataReader.get_Item(String name) at DotNetNuke.Common
    Posted to Getting Started (Forum) by JosRichters on 3/5/2006
  • Betreft: Error in UDT module

    Update on this thread... I tested the installation of the UDT in a clean (new DNN 3.2.0) enviroment and this went well. No double modules this time. But when I place the UDT module in my production portal (where it went wrong earlier) it doubles the module (again); one beneath another. I deleted one of them and checked the recycle bin, it was there. Check on the database for this module in this portal: Table "Modules" Status "IsDeleted" is -1. Then I emptied the bin and checked the dbatabase again;
    Posted to Portal Starter Kit (Forum) by JosRichters on 11/11/2005
  • Error in UDT module

    Error in UDT module.... When I install this module I get TWO instances on my page. That's not a big problem because I just delete one of them, and empty the recycle bin. But when I export the portal to use it as a templete import portal I have problems. When I import this templateportal the ALIAS is EMPTY! When I try to edit the new portal I get an errormessage, but I can add an alias name. When I do that I can reach the new portal. BUT......the newly imported portal is incomplete! The menustructure
    Posted to Portal Starter Kit (Forum) by JosRichters on 11/11/2005
  • Server Error in '/Dnn_40' Application. Please help..

    Server Error in '/Dnn_40' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Unrecognized configuration section xhtmlConformance. Source Error: Line 233: </namespaces> Line 234: </pages> Line 235: <xhtmlConformance mode="Legacy" /> Line 236: </system.web> Line 237
    Posted to DotNetNuke (Forum) by JosRichters on 11/10/2005
  • Betreft: Re: Betreft: Re: Betreft: Re: How can I get a working copy of my live DNN portal on my laptop?

    Hello guys, thanks alot! I got my portal on my laptop nearly running, just make a last DB-backup an a complete DNN copy. Have fun! Jos
    Posted to DotNetNuke (Forum) by JosRichters on 9/7/2005
Page 1 of 13 (129 items) 1 2 3 4 5 Next > ... Last »