I have installed Umbraco with the Web Platform Installer, and after install it asks me if I want to setup the website, but going to the url gives me the error below.
The server I am installing it on is a Windows Server 2008 R2 with SP1 (IIS 7.5)
CustomErrors is set to Off
I also tried to upload Umbraco via FTP but I got the same error.
My problem was related to folder permissions, the server was preinstalled with IIS7 and SQL Server 2008 and labeled as an "Umbraco Partner Server" from our hosting partner.
I then just asumed that they had done everything needed to install Umbraco, but they had not set the correct folder permissions.
I get a similar error when trying to install a Starter Kit. When changing the CustomErrors mode to Off and refreshing the target page, it says:
An item with the same key has already been added.
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.ArgumentException: An item with the same key has already been added.
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:
[ArgumentException: An item with the same key has already been added.]
System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +52
System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) +9374651
umbraco.cms.businesslogic.packager.Installer.LoadConfig(String tempDir) +3396
umbraco.presentation.install.steps.Skinning.loadStarterKits.SelectStarterKit(Object sender, EventArgs e) +279
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +118
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +113
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +9
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +176
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563
This is after a FRESH install, not some update or anything (also using the latest 4.7 bits from CodePlex).
After install: 500 - Internal server error
I have installed Umbraco with the Web Platform Installer, and after install it asks me if I want to setup the website, but going to the url gives me the error below.
The server I am installing it on is a Windows Server 2008 R2 with SP1 (IIS 7.5)
CustomErrors is set to Off
I also tried to upload Umbraco via FTP but I got the same error.
Server Error
Mike... did you ever find an answer for this problem? I will continue to look, but this error is creating a setback for us.
Hi Bobby
Yeah, and sorry for the slow answer...
My problem was related to folder permissions, the server was preinstalled with IIS7 and SQL Server 2008 and labeled as an "Umbraco Partner Server" from our hosting partner.
I then just asumed that they had done everything needed to install Umbraco, but they had not set the correct folder permissions.
I get a similar error when trying to install a Starter Kit. When changing the CustomErrors mode to Off and refreshing the target page, it says:
An item with the same key has already been added.
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.ArgumentException: An item with the same key has already been added.
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:
This is after a FRESH install, not some update or anything (also using the latest 4.7 bits from CodePlex).
is working on a reply...