I am receiving an error, possibly the same one. But turning of whitespace removal does not solve the problem. There actual exception is security related. Here is the dump:
Method: DotNetNuke.Security.PortalSecurity.HasNecessaryPermission StackTrace: Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Security.PortalSecurity.HasNecessaryPermission(SecurityAccessLevel AccessLevel, PortalSettings PortalSettings, ModuleInfo ModuleConfiguration, String UserName) at DotNetNuke.Entities.Modules.PortalModuleBase.CanAddAction(SecurityAccessLevel access, Boolean checkAdminControl) at DotNetNuke.Entities.Modules.PortalModuleBase.LoadActions() at DotNetNuke.Entities.Modules.PortalModuleBase.get_Actions() at DotNetNuke.UI.Skins.Skin.ProcessActionControls(PortalModuleBase objPortalModuleBase, Control objContainer) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
This only occurs when browsing as an anonymous user. I have triple checked the module, page, and file security settings related to this modules and do not see anything odd. Can anyone confirm this is the same issue and offer any suggestions either way. BTW: this is a 4.4.0 upgrade running the latest module release. I have turned off compression and whitespace filters...
TIA
Ian |