Char: 35
Code: 0
URI: /?q=admin/settings/performance

Message: Exception thrown and not caught
Line: 19
Char: 2424
Code: 0
URI: /jquery_update/replace/jquery.min.js?I

Message: Object doesn't support this property or method
Line: 30
Char: 3
Code: 0
URI: /modules/lightbox2/js/auto_image_handling.js?I

Comments

vorapoap’s picture

Message: Exception thrown and not caught
Line: 19
Char: 2424
Code: 0
URI: /jquery_update/replace/jquery.min.js?I

I also get this error on IE8

nghtstr’s picture

Title: Jqery update errors » Jquery update errors
Priority: Normal » Major
Issue tags: +jQuery

This is appearing to me also. The only difference here is that I do not have LightBox installed at all, I am just getting the error.

In IE8, I get the following Error:
Exception thrown but not caught
Code: 0
Line: 19
Char: 2424

In Firefox (with Firebug enabled):
Error: uncaught exception: Syntax error, unrecognized expression: #

halloffame’s picture

Category: feature » bug

+1 I'm also getting this error on IE browsers.

Line: 19
Error: Object doesn't support this property or method

I have Colorbox installed and its only happening on pages where I'm using the module.

vorapoap’s picture

Category: bug » feature

Probably someone in the core developer team would try to migrate this for Drupal 6 core?
It will benefit lot of developers in the long term.

lyosef’s picture

Category: bug » feature

I also have this problem. Has no one found an answer?

dwigglesworth’s picture

I have a similar problem, I would like to upgrade my version of jQuery 1.2.6 to 1.3.2 to make use of jQuery ui's autocomplete function.

In FF I keep getting the following error in Firebug on every page that I navigate to - after I have installed the jQuery Update module:

Uncaught exception: syntax error, unrecognised expression [@href^=http]

The only way to remove the error is to disable the jQuery Update module.

dwigglesworth’s picture

The reason why I am getting: Uncaught exception: syntax error, unrecognised expression [@href^=http]. Is because my Drupal installation links to a jQuery script using the @ sign, which was deprecated since jQuery v1.2 and removed in v1.3.

This exact issue maybe unrelated to the other issues posted here, however the other errors that are mentioned may also be because jQuery scripts used by your Drupal installation may have been written for the earlier version of jQuery and contain deprecated syntax.

markhalliwell’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 reached EOL (end-of-life) on February 24, 2016.