Trying to add a new Parent Portal to my 7.2.0 install and got this error:
Error: Add New Site is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Unexpected end of file while parsing Name has occurred. Line 41844, position 35. ---> System.Xml.XmlException: Unexpected end of file while parsing Name has occurred. Line 41844, position 35. at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos) at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag) at System.Xml.XmlTextReaderImpl.ParseEndElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlCharCheckingReader.Read() at System.Xml.XsdValidatingReader.Read() at DotNetNuke.Common.XmlValidatorBase.IsValid() at DotNetNuke.Modules.Admin.Portals.Signup.cmdUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
Here is the Event Viewer Dump:
ModuleId:321
ModuleDefId:63
FriendlyName:Add New Site
ModuleControlSource:DesktopModules/Admin/Portals/Signup.ascx
AssemblyVersion:7.2.0
PortalID:0
PortalName:XXXXXXXX
UserID:7
UserName:host
ActiveTabID:17
ActiveTabName:Site Management
RawURL:/Host/SiteManagement/tabid/17/ctl/SignUp/mid/321/portalid/0/Default.aspx?popUp=true
AbsoluteURL:/Default.aspx
AbsoluteURLReferrer:http://XXXXXXXXX/Host/SiteManagement/tabid/17/ctl/SignUp/mid/321/portalid/0/Default.aspx?popUp=true
UserAgent:Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:cc55cc3e-b3df-4304-ac02-4f076a75f8c4
InnerException:Unexpected end of file while parsing Name has occurred. Line 41844, position 35.
FileName:
FileLineNumber:0
FileColumnNumber:0
Method:System.Xml.XmlTextReaderImpl.Throw
StackTrace:
Message:
DotNetNuke.Services.Exceptions.ModuleLoadException: Unexpected end of file while parsing Name has occurred. Line 41844, position 35. ---> System.Xml.XmlException: Unexpected end of file while parsing Name has occurred. Line 41844, position 35.
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlCharCheckingReader.Read()
at System.Xml.XsdValidatingReader.Read()
at DotNetNuke.Common.XmlValidatorBase.IsValid()
at DotNetNuke.Modules.Admin.Portals.Signup.cmdUpdate_Click(Object sender, EventArgs e)
--- End of inner exception stack trace ---