Oh yes it is! Exactly as described in the text file.

1. Download it (version 1.4.3 or later) from http://plupload.com.
2. Unzip it into sites/all/libraries, so that there's a
sites/all/libraries/plupload/js/plupload.full.js file, in addition to the
other files included in the library.

That's where they are, plupload version 1.5.1.1, with the proper permissions, yet I still get the above error in my status report. Anyone know where the problem might be?

CommentFileSizeAuthor
#8 plupload_debug.zip1.5 KBMoloc
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Moloc’s picture

It seems, that you forgot to extract the subdirectories in the js folder.
If the subdirectories (+files in the subdirectories) exist, no error-message should be displayed.

ericinwisconsin’s picture

Thank you for the reply.

Here are the contents of the js directory:

drwxr-xr-x 2 www-data www-data 4096 2011-09-27 21:10 i18n
drwxr-xr-x 4 www-data www-data 4096 2011-09-27 21:10 jquery.plupload.queue
drwxr-xr-x 4 www-data www-data 4096 2011-09-27 21:10 jquery.ui.plupload
-rw-r--r-- 1 www-data www-data 3410 2011-09-27 21:10 plupload.browserplus.js
-rw-r--r-- 1 www-data www-data 5359 2011-09-27 21:10 plupload.flash.js
-rw-r--r-- 1 www-data www-data 18752 2011-09-27 21:10 plupload.flash.swf
-rw-r--r-- 1 www-data www-data 50562 2011-09-27 21:10 plupload.full.js
-rw-r--r-- 1 www-data www-data 4417 2011-09-27 21:10 plupload.gears.js
-rw-r--r-- 1 www-data www-data 4532 2011-09-27 21:10 plupload.html4.js
-rw-r--r-- 1 www-data www-data 16398 2011-09-27 21:10 plupload.html5.js
-rw-r--r-- 1 www-data www-data 10971 2011-09-27 21:10 plupload.js
-rw-r--r-- 1 www-data www-data 5475 2011-09-27 21:10 plupload.silverlight.js
-rw-r--r-- 1 www-data www-data 43675 2011-09-27 21:10 plupload.silverlight.xap

Are there any directories that I'm missing?

Moloc’s picture

The files & folders seem to be correct.

  1. Do you have the file: sites/all/libraries/plupload/js/jquery.plupload.queue/jquery.plupload.queue.js ?
  2. Do you have the optional Library API modul installed?
ericinwisconsin’s picture

Yes to both.

danielm’s picture

same probleme

ericinwisconsin’s picture

Permissions, possibly? I set all my *.js files to a chmod of 755. (Originally 644.) Didn't seem to make a difference.

ericinwisconsin’s picture

Has anyone who has this problem had any luck fixing it?

Moloc’s picture

FileSize
1.5 KB

I am not able to reproduce this error with a fresh installation of drupal 7 + libraries api + plupload + plupload library. Nevertheless i think, that it is not a plupload problem, because the module just checks, whether a specific file (see comment #3) exists or not.
You may temporary install and activate the attached debugging module. It shows on your website on /admin/reports/status five to six checks, starting with "Plupload Debug - ...". Maybe you are able to find the error with this information.

ericinwisconsin’s picture

@Moloc Thanks for the tool.

It said that my directories didn't exist, but I verified that they did. I deleted the directories and reinstalled (my second time to do it) and now it works! Weird.

Thanks for all of your help with this.

Moloc’s picture

Status: Active » Closed (works as designed)

Thank you for the reply and your solution. So i think we can close this issue.

aron.beal’s picture

Issue summary: View changes

I've run into this issue again, recently, using the most recent version of the plupload libraries (2.1.1). In my case, the module was looking for a file called plupload.js, which the library no longer has. Going into the extracted library and symlinking plupload.js->plupload.full.min.js fixed the problem.

slashrsm’s picture

PLupload 2.x is not supported. Please see project page for more info.