The plupload library files are either missing or not readable

This is the error message I receive when I try to activate the module and I've followed the instructions to the letter and I've tried many variations. The readme doesn't specify activating the module, but I'm assuming that is a given as I went to the user permissions page and plupload wasn't in there to activate

I've tried installing the module to both ./modules/ and ./sites/all/modules

I've tried putting the libraries in ./modules/plupload , ./sites/all/modules/plupload and ./sites/all/modules/libraries/plupload

I've tried takinrg the js files out of the js directory and sticking them directly in the plupload directory.

I've tried different perms just in case, up to 777 on every file in the plupload directory

The results for all of this are all the same, each time I try to activate the module I am greeted with this message: The plupload library files are either missing or not readablel

I am using drupal 6.2 and plupload 1.4.3.2

Comments

unc0nnected’s picture

Also tried putting all of the .js files into sites/all/libraries as per this cryptic message on the project page: "This should probably use one of the jQuery loaders and should probably put the javascript into the sites/all/libraries directory. Please, make an issue suggesting which jQuery loader is the best. "

But it had no effect

Checked drupal error logs, apache error logs and php error logs and none of them show anything relating to this

unc0nnected’s picture

Status: Active » Closed (duplicate)

My bad, same issue seen here: http://drupal.org/node/1124476

unc0nnected’s picture

Wow, even when I grabbed Plupload 1.4.2 I still received these messages..

I finally put the libraries back into modules/plupload/ instead of sites/all/modules and it worked