Windows Server 2008 SP1 - IIS 7
.Net 3.5 SP1
I'm doing a brand new clean installation of DotNetNuke Community Edition 5.1.4 via the Install Package. When i get it the package installed and hit the site, it brings up the InstallWizard. From here I start receiving java script errors of the following:
Message: 'Type' is undefined
Line: 15
URI: http://localhost/dnn/js/dnn.js
Message: 'Type' is undefined
Line: 5
URI: http://localhost/dnn/js/dnn.xml.js
Message: 'Type' is undefined
Line: 5
URI: http://localhost/dnn/js/dnn.xmlhttp.js
Message: 'dnn' is undefined
The the file permission test and the database connection test both return success. When it shows the big text box and starts executing the DB Scripts, it hangs there forever with no updates at all. No logging is created either. I have verified the connection string works, the db user is the owner of the DB. I found this old bug in the dnn support which tells exactly what i'm seeing.
http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=10003&PROJID=2
Its an old bug, but its the fits my symptoms exactly. I verified that the System.Web.Extensions in the bin directory of the package is version 1.0.61231.0.
They only way i'm able to get the install to work is by using the Auto selection. If anyone could please help me out I would greatly appreciate it. If you need any more details please let me know.
Thanks