I have the jQuery Update module and the Plup module. I cannot drag and drop the images or remove them either. Any ideas what this could be? I've got Plupload library in my sites/all/libraries/plupload as well as the module installed.

Running: jQuery 1.5.2 and jQuery UI 1.8.11

Comments

Anonymous’s picture

If uploadnig works than there is definitely something wrong. Run it in firefox and copy errors from javascript console or use firebug plugin and see if there are any errors in console window.

If uploading also doesn't work it may be that the plupload library isn't loaded. Look into page source code and look for plupload.js.

jsheffers’s picture

Ok I'm honestly not sure what happened. I had the Plupload library installed, and that's how I uploaded the images in the first place and then it stopped working all together. I downloaded the latest version of plupload, changed the file structure, and cleared Drupal's cache and now I can rearrange them. Now my issue is that I cannot delete them. Clicking the red x does nothing.

jsheffers’s picture

Ok so after doing some troubleshooting I see that if the path in the Plupload library is /sites/all/libraries/plupload/plupload.js the drag and drop works, but I get an error saying that /sites/all/libraries/plupload/js/plupload.full.js cannot be loaded. If I change the path of plupload.js to /sites/all/libraries/plupload/js/plupload.js then the error in Firebug goes away but plupload.js doesn't get loaded.

Any ideas?

Anonymous’s picture

It won't work because it needs plupload.full.js. Just extract the whole plupload library into libraries folder and it will work.

jsheffers’s picture

I've done that... Still not working.

Checking firebug shows that plup.js and plupload.full.js are both being loaded, but still no drag and drop / removal / or upload.

Anonymous’s picture

In taht case most probably you have another javascript on your website that collides with plupload or plup.js. I can't help you with that(try to disable other modules one by one and see it it'll start working).

jsheffers’s picture

Ok I found the issue. It was a conflict between Drupal and Modernizr. Thank you for your time.

Anonymous’s picture

Status: Active » Closed (cannot reproduce)
Anonymous’s picture

Issue summary: View changes

Added location of plupload library