dear maintainer
may i just blind, but i installed the plupload modul and copied the js plupload files ( from http://www.plupload.com/download.php) to
/sites/all/libraries/plupload so
that there is this structure

/sites/all/libraries/plupload/plupload/js

but if i try to use it i get an error (via firebug)

"NetworkError: 404 Not Found - http://mysite.com/sites/all/modules/contrib/plupload/plupload/js/jquery...."

$this.pluploadQueue is not a function

and yes: this file is missing in the plupload dir !?!
what do i have to do now?

thank you for any hints and help
stef

Comments

Moloc’s picture

I think thats a problem addressing issue #902410: plupload_library() requires plupload library to be in module folder rather than flexible or sites/all/libraries, which is already fixed in beta3 release.

The solution might be to update plupload module to 7.x-1.0-beta3. You may also need to update the library.

There is one plupload directory to much. The structure should be:
/sites/all/libraries/plupload/js
(see README file of the beta3 version)

1kubik’s picture

Status: Active » Fixed

hi moloc
thank you!! it works now!

best regards

Status: Fixed » Closed (fixed)

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