Hi chaps
One of my DNN 804 instances all of a sudden has a problem. When I attempt to access the module settings of the file manager (digital assets manager) via the ActionButton menu item (my containers use the ActionButtons), it throws a 500 error, the details of which are pasted below. When there are other modules on the same, page, they also do the same thing. However I've boiled it down to the file manager as it is the only module that does it in isolation.
I can get into the settings no problem via the ActonMenu settings link, which is a standard anchor URL rather than a __doPostBack as the ActionButton is.
Regardless of the details, All my DNN instances are identical, same skin, same modules, same everything, except for different websites and content. This is only occurring in one instance. All other modules work fine in the same system.
I've reapplied permissions, reinstalled the module, and tried different skins. Always the same. It's just the file manager that is causing ActionButtons to break and I can't see why.
I'm hoping the exception messages below provide a clue?
Regards
Rob
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Admin.Containers.ModuleActions. (EventArgs e) +108
[ModuleLoadException: An error has occurred.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, Control ctrl, Exception exc, Boolean DisplayErrorMessage) +627
[PageLoadException: An error has occurred.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +449
DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc) +101
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, Control ctrl, Exception exc, Boolean DisplayErrorMessage) +806
DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(Control ctrl, Exception exc, Boolean DisplayErrorMessage) +178
DotNetNuke.Admin.Containers.ModuleActions. (EventArgs e) +1722
System.Web.UI.Control.LoadRecursive() +59
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678
[PageLoadException: An error has occurred.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +449
DotNetNuke.Framework.PageBase. (EventArgs e) +724
System.Web.UI.Page.HandleError(Exception e) +84
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6560
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245
System.Web.UI.Page.ProcessRequest() +72
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +22
System.Web.UI.Page.ProcessRequest(HttpContext context) +58
ASP.default_aspx.ProcessRequest(HttpContext context) +4
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +188
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +48
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +71