Copied to clipboard

Flag this post as spam?

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


  • rob 75 posts 170 karma points
    Jan 31, 2012 @ 15:30
    rob
    0

    validatePermissions gives The given key was not present in the dictionary.

    I was having issues witha manual installation which led me to try

    ?installStep=validatePermissions

    but that gives the error

     

    Server Error in '/' Application.

     

    The given key was not present in the dictionary.

    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.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.

     

    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: 

     

    [KeyNotFoundException: The given key was not present in the dictionary.]

       System.Collections.Generic.Dictionary`2.get_Item(TKey key) +12681455

       umbraco.presentation.install._default.OnInit(EventArgs e) +273

       System.Web.UI.Control.InitRecursive(Control namingContainer) +133

       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1970

     

    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237

     

     

    I thought it was my bad installation so I tried it again after I got the install fixed, same error, tried it on another Umbraco site, after logging in as admin get same error.

    if the validatePermissions even a supported test, the error indicates the validatePermissions command might not be recconised.

    umbraco v 4.7.1.1 (Assembly version: 1.0.4393.24044)

  • William Charlton 171 posts 218 karma points
    Feb 07, 2012 @ 14:43
    William Charlton
    0

    I'm glad it isn't just me then! The file is there \install\steps\validatePermissions.ascx but obviously something is missing.

  • rob 75 posts 170 karma points
    Feb 07, 2012 @ 14:53
    rob
    0

    it seems the URL has changed for 4.7.1

    it is now

    http://myumbracoinstall/install/?installStep=filepermissions

  • William Charlton 171 posts 218 karma points
    Feb 07, 2012 @ 15:04
    William Charlton
    0

    Excellent! That worked. Maybe this will get added to the "documentation"?

    Talking of which, are you interested in some collaboration on the documentation? It's a struggle for us non-ninjas given the amount of misinformation about.

Please Sign in or register to post replies

Write your reply to:

Draft