I posted the following in the Language pack section and got no response, so I thought I might get some better feedback in a slightly more visted forum....
I'm hoping that I have picked the right forum to post this question. If not please feel free to advise me of the correct one.
I was tasked with changing the Terms and Conditions text. After some research I finally found out how to do this, and proceeded to cut and paste the existing text in html form directly from the old web site page to our the Terms and Conditions text in the DNN 4.0x site. I saved the text succesfully, checked the link and it worked correctly. I then realized there were a few formatting issues and tried to get back in and now I get the following error when I try to launch the langauge editor:
DotNetNuke.Services.Exceptions.ModuleLoadException: Reference to undeclared entity 'nbsp'. Line 329, position 23. ---> System.Xml.XmlException: Reference to undeclared entity 'nbsp'. Line 329, position 23. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.HandleGeneralEntityReference(String name, Boolean isInAttributeValue, Boolean pushFakeEntityIfNullResolver, Int32 entityStartLinePos) at System.Xml.XmlTextReaderImpl.ResolveEntity() at System.Xml.XmlLoader.LoadEntityReferenceNode(Boolean direct) at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.Load(String filename) at DotNetNuke.Services.Localization.LanguageEditor.BindGrid() at DotNetNuke.Services.Localization.LanguageEditor.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
As near as I can tell it appears to be choking on an that was in the text I pasted in. I found the newly created .resx file and deleted all of the text that I had entered. Now the link is blank, but I still can not use the language editor. Any attempt to manually modify the resx file other than a single line of text results in the default T&C page displaying. Any ideas?
Kevin