I'm getting a number of javascript errors when attempting to install either Umbraco 5 Beta or Umbraco 5 RC 1. Steps taken include downloading latest zip, unblocking, extracting to IIS site and configuring application pool with v4 framework and integrated pipeline. Website folder has full permissions.
Upon submission of correct database details (same error whatever option in fact) I get the "Installing Umbraco database..." screen but nothing else happens. I notice via Firebug the following javascript errors;
Strange, I am not getting any javascript errors. Did you clear your browser cache after maybe you did an earlier install of Umbraco on the same URL?
What browser do you use?
Could it be that your virus scanner is intercepting javascript and messing with it? Or more likely, a plugin in your browser is? Try a browser in an incognito window, that should have all plugins disabled as well.
I'm narrowing down a solution for this... and will post final findings shortly. I've done a fresh installation of IIS 7 and then only added .net 4 framework and MVC 3 framework as addons
Previous server had various other addons installed via Web Platform Installer. I'm suspecting it's either PHP or WebsitePanel 1.2.0, with my money on WebsitePanel.
I've now successfully installed Umbraco RC 1 and will try and test (time allowing) whether PHP or WebsitePanel caused the problem I was having.
Umbraco 5 RC 1 installation issue
Hi,
I'm getting a number of javascript errors when attempting to install either Umbraco 5 Beta or Umbraco 5 RC 1. Steps taken include downloading latest zip, unblocking, extracting to IIS site and configuring application pool with v4 framework and integrated pipeline. Website folder has full permissions.
Upon submission of correct database details (same error whatever option in fact) I get the "Installing Umbraco database..." screen but nothing else happens. I notice via Firebug the following javascript errors;
Umbraco.Installer.InstallerUtility.init({
Any ideas please?
Thanks,
Andy
Installed on Windows Server 2008/IIS7 btw
Strange, I am not getting any javascript errors. Did you clear your browser cache after maybe you did an earlier install of Umbraco on the same URL?
What browser do you use?
Could it be that your virus scanner is intercepting javascript and messing with it? Or more likely, a plugin in your browser is? Try a browser in an incognito window, that should have all plugins disabled as well.
I've tried with Opera, FF9 and IE8 & IE9 both private and non-private browsing sessions, including disabling anti virus (MS Security Essentials).
IE8 reports following JS errors;
Message: Syntax error
Line: 1
Char: 1
Code: 0
URI: http://mysite/Areas/Umbraco/Scripts/Umbraco.System/NamespaceManager.js
Message: 'Umbraco' is undefined
Line: 3
Char: 1
Code: 0
URI: http://mysite/Areas/Install/Scripts/Installer.js
Message: Syntax error
Line: 1
Char: 1
Code: 0
URI: http://mysite/Areas/Umbraco/Scripts/Umbraco.System/Extensions.js?cdv=28
Message: 'Umbraco' is undefined
Line: 3
Char: 1
Code: 0
URI: http://mysite/Areas/Install/Scripts/InstallerUtility.js?cdv=28
Message: 'Umbraco' is undefined
Line: 89
Char: 9
Code: 0
URI: http://mysite/Install/DatabaseInstall
Possible server/IIS configuration issue?
Hi Andy
Does the problems also occur if you try using Chrome instead?
/Jan
Yes exactly same problem occurs using Chrome browser.
I'm narrowing down a solution for this... and will post final findings shortly. I've done a fresh installation of IIS 7 and then only added .net 4 framework and MVC 3 framework as addons
Previous server had various other addons installed via Web Platform Installer. I'm suspecting it's either PHP or WebsitePanel 1.2.0, with my money on WebsitePanel.
I've now successfully installed Umbraco RC 1 and will try and test (time allowing) whether PHP or WebsitePanel caused the problem I was having.
Andy
Could be websitepanel, I just saw this blog post: http://blog.dampee.be/post/2011/10/10/Umbraco-deployment-issues-ClientDependency-error-gone-with-debug3dtrue-on-IIS7-(SOLVED).aspx
is working on a reply...