Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Profiterole 232 posts 264 karma points
    Feb 25, 2010 @ 16:01
    Profiterole
    0

    Edit users server error

    Hi, my Umbraco used to work. I dowloaded the web.config file to add culture="fr-CA" and uploaded to replace the old file. When I tried to see my site, I start the installation process.

    So I followed the instructions and, since, when I try to edit a user setting I got this error :

  • Bogdan 250 posts 427 karma points
    Feb 25, 2010 @ 17:20
    Bogdan
    0

    To actually see the error change in web.config customErrors mode to Off. Then try to edit the user again and post the error here.

  • Profiterole 232 posts 264 karma points
    Feb 26, 2010 @ 02:41
    Profiterole
    0

    Hi, thanks. I did what you mentionned, but I doesn't tell lot more...

        
            Data at the root level is invalid. Line 55, position 1.
            
    
    
                

    Server Error in '/' Application.

    Data at the root level is invalid. Line 55, position 1.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Xml.XmlException: Data at the root level is invalid. Line 55, position 1.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [XmlException: Data at the root level is invalid. Line 55, position 1.]
       System.Xml.XmlTextReaderImpl.Throw(Exception e) +76
       System.Xml.XmlTextReaderImpl.Throw(String res, String arg) +126
       System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace() +3975494
       System.Xml.XmlTextReaderImpl.ParseDocumentContent() +187
       System.Xml.XmlTextReaderImpl.Read() +151
       System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +48
       System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +129
       System.Xml.XmlDocument.Load(XmlReader reader) +108
       System.Xml.XmlDocument.Load(String filename) +87
       umbraco.cms.presentation.user.EditUser.Page_Load(Object sender, EventArgs e) +669
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       umbraco.BasePages.BasePage.OnLoad(EventArgs e) +15
       System.Web.UI.Control.LoadRecursive() +50
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
    


    Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies