I'm installing Umbraco on a Windows 8 machine. IIS_IUSRS is assigned full rights to the root folder of the app, and .NET v4.5 is assigned as AppPool. This is the first screen I see
A server error occurred
This is most likely due to an error during application startup
Did you know
{{installer.feedback}}
The log contains this:
2014-11-23 17:26:35,285 [8] INFO Umbraco.Core.ApplicationContext - [Thread 1] CurrentVersion different from configStatus: '7.1.8','' 2014-11-23 17:26:35,306 [8] INFO Umbraco.Core.ApplicationContext - [Thread 1] CurrentVersion different from configStatus: '7.1.8','' 2014-11-23 17:26:35,990 [8] INFO Umbraco.Web.UmbracoModule - [Thread 10] Setting OriginalRequestUrl: u718:80/umbraco 2014-11-23 17:26:36,339 [8] INFO Umbraco.Core.ApplicationContext - [Thread 10] CurrentVersion different from configStatus: '7.1.8','' 2014-11-23 17:26:36,344 [8] WARN Umbraco.Web.UmbracoModule - [Thread 10] Umbraco is not configured 2014-11-23 17:26:36,913 [8] INFO Umbraco.Core.ApplicationContext - [Thread 9] CurrentVersion different from configStatus: '7.1.8',''
Take a fresh zip of the umbraco and put in over the top of your one. Was not sure what the problem was but i had tried to changed something in the web config.
I have tried to delete the content and then copy a fresh 6.2.4 into the folder. Installing that gives me the startup page without css and I get as far as specifying the database information and then hit install. Then nothing happens. I can see in developer tools that 'Jquery is not defined'.
Fresh install on 7.1.8 fails
Hi
I'm installing Umbraco on a Windows 8 machine. IIS_IUSRS is assigned full rights to the root folder of the app, and .NET v4.5 is assigned as AppPool. This is the first screen I see
A server error occurred
This is most likely due to an error during application startup
Did you know
{{installer.feedback}}
The log contains this:
CustomError is set Off
Any clues?
/Paul S
Did you follow one of the install manuals in the documentation, maybe you are indeed missing something?
If so, which browser are you using, if it's IE lower than 11 you might have the same problem.
I had the same thing.
Take a fresh zip of the umbraco and put in over the top of your one. Was not sure what the problem was but i had tried to changed something in the web config.
This fixed it :).
Charlie :)
Hi all
The only difference I see is that I use .Net 4.5 and IIS8 - and I have done the installation several times now - and I'm using Chrome.
/Paul S
Hi
I have tried to delete the content and then copy a fresh 6.2.4 into the folder. Installing that gives me the startup page without css and I get as far as specifying the database information and then hit install. Then nothing happens. I can see in developer tools that 'Jquery is not defined'.
/Paul S
Hi
IIS was not properly configured. I followed this recipe for setting up IIS
http://www.codeproject.com/Articles/674930/Configuring-IIS-ASP-NET-and-SQL-Server
/Paul S
is working on a reply...