Hello all,
Having big issues here while almost ready to deploy my first DNN site. I had installed a bad module on the homepage which failed miserably and I was unable to delete the module. So, I recreated the home page (home2), added the existing homepage content to home2 and proceeded to delete the 'home' tab from the portal with the intention of replacing it with a renamed home2. Well, I initially got an Object Reference not set... error on deleting the 'home' tab, which wasn't fatal just showed up as an error box within DNN. So, I renamed Home2 to Home, then browsed to the root of the site and got a fatal Object Reference not set error!!!
Does anybody have any insight into what went wrong here? We are days away from go live on this site and it is currently down with the following error:
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Entities.Portals.PortalSettings.VerifyPortalTab(Int32 PortalId, Int32 TabId) +404
DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +2413
DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +83
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +2677
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
I have tried going into the Portals table in the db and setting HomeTabID to the correct new Home Tab but still the same error. Any ideas would be very very appreciated.
Thanks!
Karim