Clean, new Umbraco installation: A server error occurred
I'm trying to install a new Umbraco installation with NuGet Packages for Solutions on a laptop with Windows 10, and have the same problems as I started with Umbraco.
Someone who knows how to get started with a new Umbraco installation where also script and CSS also work?
It was about permissions. I had to assign also user IUSR permissions to the website. This has not been necessary on the machine I usually work on: Windows Server 2012 R2, although Authentication is set up like this (this applies to a Windows 10 laptop).
Clean, new Umbraco installation: A server error occurred
I'm trying to install a new Umbraco installation with NuGet Packages for Solutions on a laptop with Windows 10, and have the same problems as I started with Umbraco.
Someone who knows how to get started with a new Umbraco installation where also script and CSS also work?
First screen url:
http://umbracocms.neoweb.no/install/?redir=true&url=http%3a%2f%2fumbracocms.neoweb.no%2f
In hosts file:
127.0.0.1 umbracocms.neoweb.no
Hi Tom,
Any errors in the browser console ?
Anything suspicious in the umbraco logs (App_Data/Logs). Maybe lower your log level to "DEBU"
Does the issue also occur when you set debug="true" on the compilation tag in the web.config
Can you check if you have something in this folder App_Data\TEMP\ClientDependency
Can be an issue with permission on that folder
Dave
Any errors in the browser console ?
umbraco7102.neoweb.no/:10 Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://umbraco7102.neoweb.no/install/?redir=true&url=http%3a%2f%2fumbraco71…login.aspx%3fReturnUrl%3d%252fumbraco%252fassets%252fcss%252finstaller.css". ?redir=true&url=http…oad%2flazyload.js:2 Uncaught SyntaxError: Unexpected token ?redir=true&url=http…install.loader.js:2 Uncaught SyntaxError: Unexpected token
Anything suspicious in the umbraco logs (App_Data/Logs).
_shutDownMessage=HostingEnvironment initiated shutdown HostingEnvironment forårsaket avslutning
Maybe lower your log level to "DEBU"
Is this changing of log4net.config to:
Does the issue also occur when you set debug="true" on the compilation tag in the web.config
Yes, no difference.
Can you check if you have something in this folder App_Data\TEMP\ClientDependency
Only file TOM-PC-52b873a630aee1841fdd4f4d9c674885-map with this:
Can be an issue with permission on that folder
What permissions? This is the way I've got it to work on other machines. See pictures above
Hi Tom,
I made a typo. It should be this :
Is this a clean install ? Or did you make changes to the web.config ?
Dave
It's a clean install (no changes to the web.config). I've tried clean install in two different location:
under wwwroot and under Documents/Visual Studio 2017/Projects folder with same results.
Do you see anything in the logs ?
Dave
_shutDownMessage=HostingEnvironment initiated shutdown HostingEnvironment forårsaket avslutning
Is the only thing I've noted today, but will check more tomorrow.
Hi Tom,
Is this the only thing in the log ? Seems like there should be more information.
Dave
The log file looks like this. Anyone who sees the error? I will now try DEBUG in log as well
The log file looks like this. Anyone who sees the error? I will now try DEBUG in log as well
Hi Tom,
It seems you site is restarting a lot.
Can you have a look at this issue : http://issues.umbraco.org/issue/U4-6338
It could be due to one of the windows patches mentioned in that issue.
Dave
It was about permissions. I had to assign also user IUSR permissions to the website. This has not been necessary on the machine I usually work on: Windows Server 2012 R2, although Authentication is set up like this (this applies to a Windows 10 laptop).
is working on a reply...