When using newer versions of jQuery with jquery_update, this error is encountered when trying to upload files.

Uncaught TypeError: Object function (a,b){return new d.fn.init(a,b,g)} has no method 'handleError'

The upload works, however no feedback is given to the user.

It is the same issue as for IMCE 7.x branch, #1034638: IMCE upload hangs but works? .

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Agileware’s picture

Title: Patch to update to jQuery Form Plugin 2.67 and support newer versions of jQuery with jquery_update » Patch to update to jQuery Form Plugin 2.67 and support newer versions of jQuery with jquery_update (patch attached)
FileSize
19.42 KB

See patch for 6.x branch. Same solution as for 7.x.

ufku’s picture

Title: Patch to update to jQuery Form Plugin 2.67 and support newer versions of jQuery with jquery_update (patch attached) » Allow jquery_update replace jquery.form.js for jQuery1.7
Status: Active » Fixed

Note that jquery.form2.67 won't work with jquery1.2.6 which is the default in Drupal6.
I've committed a patch to allow jquery_update replace IMCE's jquery.form for jQuery1.7.

This however won't work until jquery_update provides a jquery.form version compatible with jQuery1.7. It is currently providing 2.43 which fails with 1.7. You can post about this incompatibility at #1067290: Fix jQuery 1.7 for Drupal 6.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Extra text to help ppl googling.