I am well and truly puzzled with this one, hopefully somebody can help.
Installing a clean version of Umbraco 7.9.2 on windows server 2008r2, I've done this many times before with older versions over the years with no issues. I've downloaded the source files, set the permissions and created a database, but when I go to the installation screen I am greeted with the below image, no installation instructions, tried in various browsers with disabled pop-up blockers disabled, still no joy, Any help would be much appreciated.
No problem :-) Hopefully we will be able to get you up and running.
So, it looks like none of the javascript is loading which can be caused by a variety of things. It can be permissions, missing files, strange browser caching (although you've said you've tried different browsers).
So, next question. How have you installed Umbraco? Was it via nuget in visual studio, or are you going down the manual approach and extracting it all from a downloaded zip?
I've just tried a fresh download from the Umbraco site, and still no joy, I manually downloaded and unzipped the files and set the permissions to the following:
IIS USRS: Modify, Read & Execute, List, Read, Write
Okay, so when you browse to the location in Explorer, can you check the App_Data folder. There should be a folder called Temp with a Client Dependency. Can you check that this has been created?
Also, in App_data there is normally a Logs folder that contains the logs. It would be worth checking in there to see if there are any errors being thrown.
Thanks again for your reply, noticed a newer version and tried that v7.10.0 hoping this would fix the issue, no such look still the same. I checked the App_Data folder all the folders have been created ok. Here is the log messages:
_shutDownMessage=Change Notification for critical directories.
bin dir change or directory rename
HostingEnvironment initiated shutdown
HostingEnvironment caused shutdown
_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace)
at System.Web.HttpRuntime.OnCriticalDirectoryChange(Object sender, FileChangeEvent e)
at System.Web.FileChangesMonitor.OnCriticaldirChange(Object sender, FileChangeEvent e)
at System.Web.DirectoryMonitor.FireNotifications()
at System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback)
at System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
Installation page background image
Hi,
I am well and truly puzzled with this one, hopefully somebody can help. Installing a clean version of Umbraco 7.9.2 on windows server 2008r2, I've done this many times before with older versions over the years with no issues. I've downloaded the source files, set the permissions and created a database, but when I go to the installation screen I am greeted with the below image, no installation instructions, tried in various browsers with disabled pop-up blockers disabled, still no joy, Any help would be much appreciated.
Kind regards
Nick
Hi Nick,
Have you checked the browser dev tools to see if there are any errors being thrown?
Nik
Hi Nik,
Thanks for the reply, there are quite a few errors within the console, here is a screenshot, could this be a permissions issue, or a dodgy build?
No problem :-) Hopefully we will be able to get you up and running.
So, it looks like none of the javascript is loading which can be caused by a variety of things. It can be permissions, missing files, strange browser caching (although you've said you've tried different browsers).
So, next question. How have you installed Umbraco? Was it via nuget in visual studio, or are you going down the manual approach and extracting it all from a downloaded zip?
Hi Nik,
I've just tried a fresh download from the Umbraco site, and still no joy, I manually downloaded and unzipped the files and set the permissions to the following: IIS USRS: Modify, Read & Execute, List, Read, Write
Many thanks again.
N
Okay, so when you browse to the location in Explorer, can you check the App_Data folder. There should be a folder called Temp with a Client Dependency. Can you check that this has been created?
Also, in App_data there is normally a Logs folder that contains the logs. It would be worth checking in there to see if there are any errors being thrown.
Hi Nik,
Thanks again for your reply, noticed a newer version and tried that v7.10.0 hoping this would fix the issue, no such look still the same. I checked the App_Data folder all the folders have been created ok. Here is the log messages:
I've had a similar issue running Umbraco on my local machine (without VS)
Turns out I needed to give "Everyone" permission to actually read the folder. I'd recommend trying that (or a higher level access for testing anyway)
Thanks Dan,
That has done the trick, but what did you do for a live site?
I've never had to change them for a live site. The default permissions on the
inetpub
folder have been enough.If it works with the read permission, you should be safe.
Somebody else might be able to shed some light though
is working on a reply...