Hi All,
I need help deciphering another strange error I'm getting when trying to export a template of a certain website. Here's the error I get. FYI, I am trying to include the site content in the template.
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 ---
For those of you that may remember my last post, yes, I did make sure the template file name contains no spaces or special characters this time. The odd thing about this error is that it persists even after the site has been migrated to an entirely different server. I am trying to export the template on the second, new server now. I believe the server is running at least DNN 6.2.3
My thanks in advance to anyone who can make sense of this.