I am trying to export a portal and it fails immediately. I have successfully exported other portals in this install, but the one I want does not work.
Here is the error I am getting.
Error: is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: An error occurred while parsing EntityName. Line 1, position 7. ---> System.Xml.XmlException: An error occurred while parsing EntityName. Line 1, position 7. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.ParseEntityName() at System.Xml.XmlTextReaderImpl.ParseEntityReference() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlLoader.ParsePartialContent(XmlNode parentNode, String innerxmltext, XmlNodeType nt) at System.Xml.XmlLoader.LoadInnerXmlElement(XmlElement node, String innerxmltext) at DotNetNuke.Entities.Tabs.TabController.SerializeTab(XmlDocument xmlTab, Hashtable hTabs, TabInfo objTab, PortalInfo objPortal, Boolean includeContent) at DotNetNuke.Modules.Admin.Portals.Template.SerializeTabs(XmlWriter writer, PortalInfo objportal) at DotNetNuke.Modules.Admin.Portals.Template.cmdExport_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
looking at the export file, here is the last line.
<content type="DNNHTML" version="05.06.03"><![CDATA[<htmltext><content><![CDATA[&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: large&quot;&gt;&lt;span style=&quot;font-family: Times New Roman&quot;&gt;&
Any help would be greatly appreciated.