Hello everyone
We are running a forum using latest DNN version and Forum module. We are facing problem while creating new section in forums. Whenever we try to create a new section by clicking on "Add Forum", it shows following error:
A critical error has occurred.
Object reference not set to an instance of an object.
We checked the Event Log viewer and found following information:
MODULE LOAD EXCEPTION:
ModuleId: 583
ModuleDefId: 131
FriendlyName: Edit Forum
ModuleControlSource: DesktopModules/Forum/Forum_ForumEdit.ascx
AssemblyVersion: 04.08.04
PortalID: 0
PortalName: xxx
UserID: 596
UserName: xxx
ActiveTabID: 324
ActiveTabName: Forums
RawURL: /Forums/tabid/324/ctl/ForumEdit/mid/583/forumid/92/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: xxx/Default.aspx?TabId=324&ctl=ForumManage&mid=583
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; Tablet PC 2.0; MS-RTC LM 8)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: ab821e15-0c38-4544-beed-c9431528578e
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Forum.ForumEdit.PopulateForum
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Modules.Forum.ForumEdit.PopulateForum() at DotNetNuke.Modules.Forum.ForumEdit.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Server Name: INDIACOMMUNITY
PAGE LOAD EXCEPTION:
AssemblyVersion: 04.08.04
PortalID: 0
PortalName: xxx
UserID: 596
UserName: xxx
ActiveTabID: 324
ActiveTabName: Forums
RawURL: /Forums/tabid/324/ctl/ForumEdit/mid/583/forumid/92/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: xxx/Default.aspx?TabId=324&ctl=ForumManage&mid=583
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; Tablet PC 2.0; MS-RTC LM 8)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 91873c9c-af27-4ed9-8e27-fce4b4630caf
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Forum.Controls.ForumPermissionsGrid.Savev13wstat3
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Modules.Forum.Controls.ForumPermissionsGrid.Savev13wstat3() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Control.Savev13wstat3Recursive() at System.Web.UI.Page.SaveAllState() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: INDIACOMMUNITY
Can you guys please help and tell whats the cause of this problem and what can we do to fix it?
Thanks.