I am trying to copy a page, into a new blank page. I'm on DNN 7. So what I did was click on 'Copy Page' and on the 'Copy Page' tab, for the 'Specify Modules: I checked all modules and when I click on either 'New' or 'Copy', I get this error:
Error: is currently unavailable.DotNetNuke.Services.Exceptions.ModuleLoadException: ']]>' is not allowed in character data. Line 1, position 115. ---> System.Xml.XmlException: ']]>' is not allowed in character data. Line 1, position 115. at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars) at System.Xml.XmlTextReaderImpl.ParseText() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.LoadXml(String xml) at DotNetNuke.Common.Globals.GetContent(String Content, String ContentType) at WillStrohl.Modules.ContentSlider.SliderController.ImportModule(Int32 ModuleID, String Content, String Version, Int32 UserID) at DotNetNuke.Modules.Admin.Tabs.ManageTabs.SaveTabData(String strAction) at DotNetNuke.Modules.Admin.Tabs.ManageTabs.cmdUpdate_Click(Object Sender, EventArgs e) --- End of inner exception stack trace ---
But when I choose as 'Reference', the page is copied completely, but I don't want it to be like this. Any idea on how to solve this?