Copied to clipboard

Flag this post as spam?

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


  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Apr 02, 2015 @ 13:37
    Anthony Dang
    0

    Umbraco 4.11.10 YSOD in backoffce

    I get this crash on a legacy site. I'm not sure if it's just a coincidence, but that crash didnt occur in Firefox... Only Chrome.

     

     

    2015-04-02 09:38:17,845 [50] ERROR Umbraco.Web.UmbracoApplication - [Thread 29] An unhandled exception occurred
    System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. 
       at System.Convert.FromBase64_ComputeResultLength(Char* inputPtr, Int32 inputLength)
       at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
       at System.Convert.FromBase64CharArray(Char[] inArray, Int32 offset, Int32 length)
       at System.Web.Security.FormsAuthentication.Decrypt(String encryptedTicket)
       at Umbraco.Core.StringExtensions.DecryptWithMachineKey(String value)
       at umbraco.BasePages.BasePage.get_umbracoUserContextID()
       at umbraco.logout.Page_Load(Object sender, EventArgs e)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at umbraco.BasePages.BasePage.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.HandleError(Exception e)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.ProcessRequest()
       at System.Web.UI.Page.ProcessRequest(HttpContext context)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Apr 03, 2015 @ 16:31
    Jan Skovgaard
    0

    Hi Anthony

    Did it just happen when you logged into the backoffice? Or did you create a piece of content or upload some kind of media?

    /Jan

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Apr 07, 2015 @ 11:45
    Anthony Dang
    0

    I'm guessing that a content editor added some content at some point, then it all went belly up.

     

  • Richard Hamilton 79 posts 169 karma points
    Aug 14, 2018 @ 12:45
    Richard Hamilton
    0

    Hi, did you ever find out what was causing this?

Please Sign in or register to post replies

Write your reply to:

Draft