I need to move my production site to a new host server (using Godaddy plesk as the new host environment), and I was hoping to use the Export Template feature to export all pages, files, folders, and content. The current site is DNN version 7.1.2, sql 2012 sp2 database, running on IIS 7.0 with .net framework 4.0.30319.34209.
Seems like the Export Site Template (from Site Management page) would be perfect for this task, but when I run it I almost immediately get this error:
Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Entities.Tabs.TabController.SerializeTab(XmlDocument tabXml, Hashtable tabs, TabInfo tab, PortalInfo portal, Boolean includeContent) at DotNetNuke.Modules.Admin.Portals.Template.SerializeTabs(XmlWriter writer, PortalInfo portal, Hashtable tabs, TabCollection tabCollection) at DotNetNuke.Modules.Admin.Portals.Template.SerializeTabs(XmlWriter writer, PortalInfo portal) at DotNetNuke.Modules.Admin.Portals.Template.cmdExport_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
-- end of error received
The above error is repeatable even if I recycle the app pool and clear the cache.
Any ideas and help is appreciated.