asp.net - DNN Error - Default.aspx?tabid=482&error=An unexpected error has occurred&content=0 -


I have correctly installed DN77, I also have a child page on the dnndev.me site (testdemo ) Have been added. It worked perfectly, then I added a module and added the module for the childpage (dnndev.me/testdemo). I have installed the skins, it is also fully implemented [This was also found in the portal / default / skins folder]

Next I have edited the module [ No big, added a label box with text] and DN error

it appears in the address tab -

Even general ddndev.me also looks like this,

so I opened the portal / _default / logs file, I got the following error,

  2014-08-01 13: 03: 57,333 [user-pc] [thread: 40] [FATAL] Dotnet Net. Framework PageBase - An error has occurred while loading the page. System.NullReferenceException: The object reference is not set to an instance of an object. On DotNetNuke.Framework.DefaultPage.OnInit (EventArgs e) at DotNetNuke.UI.Skins.Skin.GetSkin (PageBase page) System.Web.UI.Control.InitRecursive (control namingContainer) on System.Web.UI.Page.ProcessRequestMain (Boolean includedStagesBeforeAsyncPoint, Boolean includedStagesAfterAsyncPoint) 2014-08-01 13: 03: 57,333 [USER6-PC] [thread: 40] [Error] DotNetNuke.Services.Exceptions.Exceptions - ~ / Default.aspx tabid = 55 & amp; Error = System.NullReferenceException Finish: Object reference not set to an instance of an object DotNetNuke.Framework.DefaultPage.OnInit (EventArgs e) at DotNetNuke.UI.Skins.Skin.GetSkin (PageBase page) System.Web.UI. on Page.ProcessRequestMain on System.Web.UI.Control.InitRecursive (control namingContainer) (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 2014-08-01 13: 03: 57,337 [USER6- PC] [thread: 40] [eRROR] DotNetNuke .Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Object References Not Set- For an Example of an Object --- & gt; System.NullReferenceException: The object reference is not set to an instance of an object. On DotNetNuke.Framework.DefaultPage.OnInit (EventArgs e) at DotNetNuke.UI.Skins.Skin.GetSkin (PageBase page) System.Web.UI.Control.InitRecursive (control namingContainer) on System.Web.UI.Page.ProcessRequestMain (Boolean includedStagesBeforeAsyncPoint, Boolean includedStagesAfterAsyncPoint) --- End of Exception Stack Trace ---  

Still it shows more on top, but space wont enough to paste all ..

Can anyone solve this problem ??


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -