I have a container that I used ever since my site is built. But just yesterday, the container suddenly become unusable. When I apply the container to a module, I receive these exceptions in my event viewer,
AssemblyVersion: 6.1.1
PortalID: 0
PortalName: Caves Branch jungle Lodge
UserID: 2
UserName: admin
ActiveTabID: 122
ActiveTabName: River Cave Expedition
RawURL: /cave-tubing-in-belize
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.cavesbranch.com/cave-tubing-in-belize/ctl/module/moduleid/757
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 14228067-731b-4f24-9625-6159ab84d464
InnerException: Unhandled Error Adding Module to ContentPane
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.UI.Skins.Pane.LoadModuleContainer
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.UI.Skins.Pane.LoadModuleContainer(ModuleInfo module) at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module) --- End of inner exception stack trace --- at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module) at DotNetNuke.UI.Skins.Skin.InjectModule(Pane pane, ModuleInfo module)
And on the module that was applied with the container, I receive 3 error message that is only visible when logged in as admin
An error has occurred. Could Not Load Container: /Portals/_default/Containers/CavesBranch/Dark_Title.ascx
An error has occurred. Could Not Load Container: /Portals/_default/Containers/DarkKnight/SubTitle_Grey.ascx
An error has occurred. Unhandled error loading module.
When I remove the title token from the container, the modules load fine, but I have a similar container that has almost the same structure as this module and it is not giving any problem. Is this some kind of conflict or what?