'jQuery' is undefined / Object expected errors

I had installed a fresh copy of ver 2.1.4

Was working from firefox and exporting product, etc from ver 2.1.2 and importing into the new version. everything seemed to be running fine.

Went to a windows computer and brought up ie and noticed the “webpage error” in the corner. I have noticed that things like the popup loginbox works in firefox but not ie. I’m guess this has to do with ajax and js.



thanks for any help,

David DeWitt



Here is the messages from ie:


Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Mon, 11 Apr 2011 13:43:21 UTC


Message: 'jQuery' is undefined
Line: 6
Char: 1
Code: 0
URI: http://test-site.no-ip.org/js/core.js


Message: 'jQuery' is undefined
Line: 5
Char: 1
Code: 0
URI: http://test-site.no-ip.org/js/ajax.js


Message: Object expected
Line: 104
Char: 1
Code: 0
URI: http://test-site.no-ip.org/


Message: Object expected
Line: 3
Char: 1
Code: 0
URI: http://test-site.no-ip.org/addons/quick_search/js/func.js


Message: Object expected
Line: 184
Char: 1
Code: 0
URI: http://test-site.no-ip.org/addons/buy_together/js/func.js


Message: Object expected
Line: 543
Char: 1
Code: 0
URI: http://test-site.no-ip.org/

You must have an error in a javascript object that is being loaded before js/core.js. Maybe your quick_search addon? Suggest disabling quick_search and see if problem goes away.

I have disabled the quick search and did the clear cache, Error still there.

I uninstalled quick search and clear cache, Error still there.



Any other thoughts on what may be happening?



Thanks,

David DeWitt

Can only suggest that you use your browser’s error console (or debugger) and find the first Javascript error you encounter. That will proably prevent all other from executing. It’s a debug process. I.e. eliminate issues till you find the one that makes a difference.



Do make sure you clear your browser’s cache as well as your site’s cache so you’re sure you’re starting from a clean slate.

Thanks tbirnseth,



But after scratching my head for quite some time, I decided it was easier to start from scratch. I believe I have gotten to the same point , now with no error.



Thanks again,

David DeWitt