I have just installed the latest build of DNN 4.03 on a clean database and setup a forum module on a clean page.
The problem i have is that when users are posting they recieve the following error:
Error: My Posts is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Requested value 'posts#64' was not found. ---> System.ArgumentException: Requested value 'posts#64' was not found. at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase) at DotNetNuke.Modules.Forum.DNNForum..ctor() at ASP.desktopmodules_forum_forum_container_ascx.__BuildControlDNNForum() in f:\webs\abbelec.com\wwwroot\DesktopModules\Forum\Forum_Container.ascx:line 7 at ASP.desktopmodules_forum_forum_container_ascx.__BuildControlTree(desktopmodules_forum_forum_container_ascx __ctrl) in f:\webs\abbelec.com\wwwroot\DesktopModules\Forum\Forum_Container.ascx:line 1 at ASP.desktopmodules_forum_forum_container_ascx.FrameworkInitialize() at System.Web.UI.UserControl.InitializeAsUserControlInternal() at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
--------------------------
Allthough users receive this error the post still get posted correctly.
Here is what happens in the system log:
ModuleId: 396
ModuleDefId: 105
FriendlyName: My Posts
ModuleControlSource: DesktopModules/Forum/Forum_Container.ascx
AssemblyVersion: 04.03.02
Method: System.Enum.Parse
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 1
PortalName: ABB1
UserID: 1
UserName: host
ActiveTabID: 56
ActiveTabName: Forums
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.redruminc.org/Default.aspx?tabid=56&ctl=PostEdit&mid=396&forumid=6&action=new
ExceptionGUID: 12101ea7-f5ad-4587-961e-5ebd3483fc6b
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Requested value 'posts#64' was not found.
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Requested value 'posts#64' was not found. ---> System.ArgumentException: Requested value 'posts#64' was not found. at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase) at DotNetNuke.Modules.Forum.DNNForum..ctor() at ASP.desktopmodules_forum_forum_container_ascx.__BuildControlDNNForum() in f:\webs\fabbelec.com\wwwroot\DesktopModules\Forum\Forum_Container.ascx:line 7 at ASP.desktopmodules_forum_forum_container_ascx.__BuildControlTree(desktopmodules_forum_forum_container_ascx __ctrl) in f:\webs\abbelec.com\wwwroot\DesktopModules\Forum\Forum_Container.ascx:line 1 at ASP.desktopmodules_forum_forum_container_ascx.FrameworkInitialize() at System.Web.UI.UserControl.InitializeAsUserControlInternal() at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
StackTrace:
Source:
Server Name: ABB
-----------------------------------------------
Is anybody experiencing the same problem?