I was simply trying to move a DNN site from one server to another, had a problem with a backup database but was able to find the right file. (Stupid dnn4less). it was telling me it could not find a few dbo.X so i goggled it found the scrips and ran them now I get this. It was running fine on the DNN4Less no idea why it is being this much of a pain now. Help Please!
Server Error in '/' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Entities.Tabs.TabController.GetTabByTabPath(Int32 portalId, String tabPath, String cultureCode) +18
DotNetNuke.Entities.Tabs.TabController.GetTabByTabPath(Int32 portalId, String tabPath) +11
DotNetNuke.HttpModules.UrlRewriteModule.RewriteUrl(HttpApplication app) +2759
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +859
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.5448; ASP.NET Version:2.0.50727.5420