After importing a site, I'm getting a null reference exception on the master template in the function "LoadOrphanedZones".
Page error:
There was an error processing the page. The error can be caused by the configuration of some component on the master page. Check the master page configuration or see event log for more details. Original message: Object reference not set to an instance of an object.
Event log displays this:
Message: Object reference not set to an instance of an object.
Stack Trace:
at CMS.PortalControls.CMSPagePlaceholder.LoadOrphanedZones(Boolean reloadData)
at CMS.PortalControls.CMSPortalManager.LoadContent(Boolean reloadData)
at CMS.PortalControls.CMSPortalManager.CMSPortalManager_Init(Object sender, EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Is there something obvious I've missed or would I need to try setup remote debugging to troubleshoot?