Errors on homepage after clean install
Although I can get to the Wizard, it won't go through to the next page due to browser errors. So I used /install/install.aspx instead and that had no errors.
The only problem is that I can't login due to page errors. It's like a javascript library is missing or something. Here are the errors and the relevant lines in the home page:
Message: 'Type' is undefined
Line: 2
Char: 288
Code: 0
URI: http://WEBSITE.com/js/dnn.js
Message: 'Type' is undefined
Line: 2
Char: 1
Code: 0
URI: http://WEBSITE.com/js/dnn.xml.js
Message: 'Type' is undefined
Line: 2
Char: 1
Code: 0
URI: http://WEBSITE.com/js/dnn.xmlhttp.js
Message: 'Type' is undefined
Line: 2
Char: 1
Code: 0
URI: http://WEBSITE.com/js/dnn.dom.positio...
Message: 'Type' is undefined
Line: 2
Char: 1
Code: 0
URI: http://WEBSITE.com/js/dnn.controls.js
Message: 'Type' is undefined
Line: 2
Char: 1
Code: 0
URI: http://WEBSITE.com/js/dnn.controls.dn...
Message: 'Sys' is undefined
Line: 59
Char: 1
Code: 0
URI: http://WEBSITE.com/Default.aspx
Message: Object doesn't support this property or method
Line: 18
Char: 5
Code: 0
URI: http://WEBSITE.com/Resources/Shared/s...
Message: Object expected
Line: 44
Char: 3
Code: 0
URI: http://WEBSITE.com/Resources/Search/S...
Message: 'Sys' is undefined
Line: 371
Char: 1
Code: 0
URI: http://WEBSITE.com/Default.aspx
Message: 'dnn' is undefined
Line: 374
Char: 1
Code: 0
URI: http://WEBSITE.com/Default.aspx
Page Code Lines (in order referenced above):
2: <html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
59: Sys.WebForms.PageRequestManager._initialize('ScriptManager', document.getElementById('Form'));
18: </div>
44: <script src="/js/dnn.xml.js" type="text/javascript"></script>
371: Sys.Application.initialize();
374: <script type="text/javascript">dnn.setVar('dnn_dnnNAV_ctldnnNAV_p',
'{anim:\'0\',suborient:\'1\',postback:\'__doPostBack(\\\'dnn$dnnNAV$ctldnnNAV\\\',\\\'[NODEID]~|~Click\\\')\',sysimgpath:\'/images/\',easeDir:\'0\',mbcss:\'mainMenu\',rmode:\'0\',easeType:\'3\',orient:\'0\',callback:\'dnn.xmlhttp.doCallBack(\\\'ctldnnNAV dnn_dnnNAV_ctldnnNAV\\\',\\\'[NODEXML]\\\',this.callBackSuccess,mNode,this.callBackFail,this.callBackStatus,null,null,0);\'}');dnn.controls.initMenu($get('dnn_dnnNAV_ctldnnNAV'));
</script></form>
Any ideas on why things on the page are undefined? This is a fresh install.