System status report reads "Plupload library - Not found" (blue background).

But it is installed, which I have verified twice. The Status report also reads "Plupload example folder - Example folder found" (red background). If I delete that folder, this message disappears, but the "Plupload library not found" error message remains.

This is what I have done so far:
1. Libraries module 7.x-2.1 was already activated on that website (Views Slideshow: Cycle depends on it)
2. Activated Plupload integration module 7.x-1.5
3. Downloaded Plupload library (version 1.5.8) from https://github.com/moxiecode/plupload/archive/v1.5.8.zip
4. Unzipped it into sites/all/libraries
5. Verified by a web browser that sites/all/libraries/plupload/js/plupload.full.js is readable
6. Also verified that sites/all/libraries/plupload/js/jquery.plupload.queue/jquery.plupload.queue.js is readable
7. Cleared all caches

CommentFileSizeAuthor
#2 2171575_2.patch702 bytesslashrsm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kreatIL’s picture

It makes no difference whether the Libraries module 7.x-2.1 is present or not.

slashrsm’s picture

Status: Active » Needs review
FileSize
702 bytes

It looks that PLupload stopped adding version string to js file. This patch checks first line of changelog.txt for it if unable to find it in .js. It is not as reliable, but should work in most situations.

I can confirm that it correctly detects version string of PLupload v1.5.8.

hswong3i’s picture

Another implementation can be find from #2088143: [Needs docs] Add make file so dependencies are downloaded automatically, which handle both library download and version detect with just changelog.txt.

If that looks good I would like to recommend marking this issue as duplicated. Any idea?

kreatIL’s picture

Patch #2 works.

slashrsm’s picture

Version: 7.x-1.5 » 7.x-2.x-dev
Status: Needs review » Fixed

Thanks! Committed. Will roll a release with that fix to prevent further confiusion.

Status: Fixed » Closed (fixed)

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

  • Commit 0aab3d6 on 7.x-1.x, 8.x-1.x by slashrsm:
    Issue #2171575 by slashrsm | kreatIL: Plupload library not found (...
thomasmurphy’s picture

I have the same problem. Can I clarify, this thread says the issue was resolved and the patch committed to 7.x-2.x-dev but there isn't a 2.x-dev version available at https://www.drupal.org/project/plupload, is this issue resolved in 7.x-1.x-dev instead?

Edit: sorry, my mistake, I didn't rename the extracted plupload library from "plupload-1.5.8" to "plupload". Once I did the library was recognised.

slashrsm’s picture

It was committed to both 7.x-1.x and 7.x-2.x.