I upgraded an installation/portal from 5.02 to 6.01. The upgrade ran completely error free.
There are several sites on this installation/portal. After upgrade one site does not operate correctly for logged in hosts and administrators. The skin of this site is an old table based skin using the DNN:Nav menu.
For non-logged in users the site appears to work perfectly, for logged in users who are not admins it works perfectly.
For a logged in user who *IS* an admin or a host the site does not work. The containers display on the page, but with no content. At the top is a message "
A critical error has occurred. An unexpected error has occurred
"
The admin pages display, but I think they are using a default skin, not the site specified one, in the event viewer I see a ModuleLoad exception from DDRMenu -
InnerException: An item with the same key has already been added.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.ThrowHelper.ThrowArgumentException
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: An item with the same key has already been added. ---> System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at DotNetNuke.Web.DDRMenu.Actions.AddActionIDs(ModuleAction action) at DotNetNuke.Web.DDRMenu.Actions.AddActionIDs(ModuleAction action) at DotNetNuke.Web.DDRMenu.Actions.FindAction(Int32 id) at DotNetNuke.Web.DDRMenu.Actions.ProcessNode(DNNNode dnnNode) at DotNetNuke.Web.DDRMenu.Actions.BindMenu(DNNNodeCollection objNodes) at DotNetNuke.Web.DDRMenu.Actions.OnPreRender(EventArgs e) --- End of inner exception stack trace ---
Any ideas?