Hi, I'm trying to upgrade from 4.9.5 to DNN 5.1.4 I read that I should go to 5.0.1 then to 5.1.4 , but I'm get an error on one of my sites after the upgrade. The skin comes up with the menu, but none of the pages display and I can't log into the site. I can log into other portals, but not this one.
I get the following in the event log, but can't seem to find any information on how to resolve this.
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: c5a57875-c7c2-482a-a675-4e755a321eba
InnerException: Unexpected end of file while parsing has occurred. Line 1, position 164.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Xml.XmlTextReaderImpl.Throw
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Unexpected end of file while parsing has occurred. Line 1, position 164.
---> System.Xml.XmlException: Unexpected end of file while parsing has occurred. Line 1, position 164.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseNumericCharRef(Boolean expand, BufferBuilder internalSubsetBuilder, EntityType& entityType)
at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars) at System.Xml.XmlTextReaderImpl.ParseText()
at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() 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.LoadXml(String xml)
at DotNetNuke.Common.Utilities.XmlUtils.DeSerializeHashtable(String xmlSource, String rootname)
at DotNetNuke.Services.Personalization.PersonalizationController.LoadProfile(Int32 UserId, Int32 PortalId)
at DotNetNuke.Services.Personalization.Personalization.LoadProfile()
at DotNetNuke.Entities.Portals.PortalSettings.get_UserMode()
at DotNetNuke.UI.Containers.ActionManager.DisplayControl(DNNNodeCollection objNodes)
at DotNetNuke.UI.WebControls.SolPartActions.BindMenu(DNNNodeCollection objNodes)
at DotNetNuke.UI.WebControls.SolPartActions.Page_PreRender(Object sender, EventArgs e)
--- End of inner exception stack trace ---
Any help is greatly appreciated, Thanks.