DNN is killing me today! I dropped my new install down to 6.0.2, had the site working just fine and dandy.
Added an alias to make the site live, everything worked fine, but was unable to log in using either admin or host after pointing the URL to the folder at the hosting company.
Round and round and round,,, figured out that the web.config had rewritten, must be machinekey issue. Registered a new user, logged in fine, but cannot view my profile - get logo with a very helpful
An error has occurred. An error has occurred.
Replaced the host password and salt with this new user's so that I could log in using the host info.
Now, when I click the login button and log in with host, instead of the box closing, the site is loaded in the login popup. Closing that box opens up the main page, but only displays the logo and the following error:
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 ---
This site is killing me!
Any ideas? I have searched and tried to figure out what to tweak and where to do it. Nothing is working.
I used the original web.config file and changed out the DB info, and that doesn't make a difference (except I can view the site at least)
I don't want to have to re-install this instance again - is that my only option?
Patty