Hi, I have a really odd problem - I have upgraded test.pokerdiy.com and www.pokerdiy.com to 6.1.5. The test site is 95% the same however my live site is throwing JScript errors on every page and is unusable.
The live site (www.pokerdiy.com) is throwing JScript errors in IE. The test site does not. I have a blank page with no skin and a single core Text module on and I compare the rendered HTML side by side and they appear identical. I don't know how it is possible for one to throw errors?
Can someone please check both these pages in IE and confirm my sanity please?
I have done a View Source on both and then a Diff and they appear identical - I don't understand how the server would be involved after that?
Tried:
- I don't think it is a Viewstate issue as I am not posting back and it happens on first load.
- I have disabled PageBlaster completely.
Config
- Hosted at PowerDNN with each website in own appPool - Integrated, .NET 4.0.
- Just upgraded to DNN 6.1.5 from DNN 6.1.3
- Live site is running URLMaster
Jscript Errors
SCRIPT5009: 'Sys' is undefined
blanktestpage.aspx, line 47 character 1 on Sys.WebForms.PageRequestManager._initialize('ScriptManager', 'Form', [], [], [], 90, '');
SCRIPT438: Object doesn't support property or method 'endsWith'
initWidgets.js, line 17 character 5 on on if (!$dnn.hostUrl.endsWith("/")) $dnn.hostUrl += "/";