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.]
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)
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.
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)
I'm glad it isn't just me then! The file is there \install\steps\validatePermissions.ascx but obviously something is missing.
it seems the URL has changed for 4.7.1
it is now
http://myumbracoinstall/install/?installStep=filepermissions
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.
is working on a reply...