I upgraded from 5.X (5.4 I think perhaps?) to 6.0. I keep one website as a default instance without any clever modules, basically the default website. I use this for administering other host portals with the thought that anything I do to mess things up with skins or whatever can't affect my master portal admin website.
I loaded the website and immediately got an error. I took the default web.config from the 6.0 install (not upgrade) zipfile as a base, migrated my SQL login settings and GUID. Tried again and the site loaded. However, when I log in, I get:
An error has occurred.DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.Containers.ActionButtonList.get_ModuleActions() at DotNetNuke.UI.Containers.ActionButtonList.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
I found that by copying one line from the navigation providers from my old web.config to my new one fixed the problem:
<add name="DDRMenuNavigationProvider" type="DotNetNuke.Web.DDRMenu.DDRMenuNavigationProvider, DotNetNuke.Web.DDRMenu" />
Still, I have a remaining issue that while things seem to be working fairly well for the most part, I cannot edit any HTML content. When I click on "manage" and "edit content", a blank pop-up appears briefly, then goes away. The page reloads and I see "A critical error has occurred.Object reference not set to an instance of an object."
Any help would be much appreciated as my sites are now "static" - gasp!
The skin selected for this management portal / test website is Dark Knight. I tried Extropy and had the same result.
Cheers,
Tim