Closed (fixed)
Project:
IMCE
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2013 at 10:46 UTC
Updated:
12 Apr 2013 at 18:00 UTC
Jump to comment: Most recent file
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? .
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | imce-update-to-jquery-form-plugin-2-67-1955238-1.patch | 19.42 KB | agileware |
Comments
Comment #1
agileware commentedSee patch for 6.x branch. Same solution as for 7.x.
Comment #2
ufku commentedNote 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.
Comment #3.0
(not verified) commentedExtra text to help ppl googling.