flyalaska Posted September 17, 2016 Report Share Posted September 17, 2016 (edited) I was looking on my browsers error console. I noticed some errors. Here is my URL - Click here! Uncaught TypeError: Cannot read property 'mozilla' of undefined - script.js.554 Uncaught TypeError: Cannot read property 'msie' of undefined - script.resonsive 442 Uncaught TypeError: Cannot read property 'msie' of undefined - script.js 34 Line 554 is var wheelEvents = !$.browser.mozilla ? "mousewheel" : // IE, opera, safari Line 442 is if (!jQuery.browser.msie || jQuery.browser.version > 8) { Line 34 is if (!$.browser.msie || parseInt($.browser.version, 10) !== 9) { ANy help would be appreciated. I looked on google, with no luck. Edited September 17, 2016 by flyalaska Quote Link to comment Share on other sites More sharing options...
web541 Posted September 17, 2016 Report Share Posted September 17, 2016 I believe this occurs when you have jQuery version 1.9.* or above. (In your case, you have 2.1.4). The browser has trouble "sniffing" the browser for information. For a fix, try and add this reference after loading all your jQuery files (core_htmlhead possibly unless you've referenced them in layout or elsewhere). <script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script> Or go and change your jQuery 2.1.4 to 1.9.0 and see if anything happens (note, this may break some core functions). Quote Link to comment Share on other sites More sharing options...
flyalaska Posted September 17, 2016 Author Report Share Posted September 17, 2016 The downgrade kept the same error. I tried the migrate. Up to v1.4 and it messed up the schedule search when you searched for a schedule. It put the page inside a page. Weird, see what I am talking about. http://phpvms.209studios.com/preview/deepBlue/index.php/Schedules Quote Link to comment Share on other sites More sharing options...
web541 Posted September 17, 2016 Report Share Posted September 17, 2016 Yeah, that is weird. I think it's just echoing another template inside the original page, weird how it's a full page though. Have you modified your schedule search at all. (module or template) Can you try changing your jQuery version to 1.8.3 and see if that works (again, might break things but its below 1.9.0) Do you need these script files for the skin to work? What if you remove them (referenced under your footer). Quote Link to comment Share on other sites More sharing options...
flyalaska Posted September 17, 2016 Author Report Share Posted September 17, 2016 Same deal with 1.8.3 and even uploaded the default schedules skins and gt the same results. Quote Link to comment Share on other sites More sharing options...
web541 Posted September 17, 2016 Report Share Posted September 17, 2016 (edited) Ok, with your latest edition, the console errors seemed to have disappeared, but the page inside a page is still there. Can you book a flight still? What if you try crystal, do you still get the page inside a page? Edited September 17, 2016 by web541 Quote Link to comment Share on other sites More sharing options...
flyalaska Posted September 17, 2016 Author Report Share Posted September 17, 2016 (edited) Doesnt do it on crystal. On the new skin, when I try to add a bid. Says "Already in Bids". There are no bids added. Edited September 17, 2016 by flyalaska Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.