Copied to clipboard

Flag this post as spam?

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


  • Keith Petersen 67 posts 111 karma points
    Mar 07, 2012 @ 23:47
    Keith Petersen
    0

    Error on clicking Install: The URL-encoded form data is not valid.

    I get this error after transferring a revision and clicking Install. Courier 2.5.1, Umbraco 4.7.1.1

    System.Web.HttpException (0x80004005): The URL-encoded form data is not valid. ---> System.InvalidOperationException: Operation is not valid due to the current state of the object.
    at System.Web.HttpValueCollection.FillFromEncodedBytes(Byte[] bytes, Encoding encoding)
    at System.Web.HttpRequest.FillInFormCollection()
    at System.Web.HttpRequest.FillInFormCollection()
    at System.Web.HttpRequest.get_Form()
    at System.Web.HttpRequest.get_HasForm()
    at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull)
    at System.Web.UI.Page.DeterminePostBackMode()
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    Operation is not valid due to the current state of the object.

    System.InvalidOperationException: Operation is not valid due to the current state of the object.
    at System.Web.HttpValueCollection.FillFromEncodedBytes(Byte[] bytes, Encoding encoding)
    at System.Web.HttpRequest.FillInFormCollection()

  • Heather Floyd 604 posts 1002 karma points MVP 5x c-trib
    Apr 11, 2012 @ 16:03
    Heather Floyd
    0

    I am getting the same error.

    The transfer of the revision worked, and the "Compare" task completeted (I suppose), but the Install button causes this error.

    Has anyone figured this out yet?

    Thank you!

  • Heather Floyd 604 posts 1002 karma points MVP 5x c-trib
    Apr 11, 2012 @ 17:15
    Heather Floyd
    0

    Nevermind - I found the solution in another thread. (http://our.umbraco.org/forum/umbraco-pro/courier/27643-Courier-issue-moving-nodes)

    Adding

    <appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="20000" />
    </appSettings>

    to the web.config allowed me to extract/install.

Please Sign in or register to post replies

Write your reply to:

Draft