Hi guys,
First off... excellent module... I love it. However, I have a consistently reproduceable problem that I was wondering if I could get some help on. I've done some searching through the forums, and don't see this issue, so I apologize in advance if I've missed it.
DNN 3.1.1, Forums 3.10.04
I have a page with 1 forums module, and 1 gallery module. The gallery is only visible to admins currently.
If I browse the site as an anonymous user, everything is fine. If, when anonymous, I browse to the forums page, then log in as admin or host, the forums show a Critical Error. "Object reference not set to instance of an object." Stack trace is below. If I log in as admin or host from other pages, I don't receive this error, and everything works fine.
Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Modules.Gallery.Container.Page_Load(Object sender, EventArgs e) +17
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +750
[PageLoadException: Object reference not set to an instance of an object.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +346
DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) +365
System.Web.UI.TemplateControl.OnError(EventArgs e) +109
System.Web.UI.Page.HandleError(Exception e) +68
System.Web.UI.Page.ProcessRequestMain() +2100
System.Web.UI.Page.ProcessRequest() +218
System.Web.UI.Page.ProcessRequest(HttpContext context) +18
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
|