I know libraries v2 is the latest stable release but if you use v1 then it doesn't complain (as the dependency is met) however it does result in PHP fatal errors when trying to use the plugin.

I'd suggest either updating the dependency to be v2 specific, although IIRC this was pretty buggy last time I checked in D7.

Or a better solution would probably be to mention that v2 is required in the sandbox description installation instructions.

Comments

mustanggb’s picture

Actually here is the initial fix I mentioned by another module for the same issue, so maybe this does work nicely now:
http://drupal.org/files/library-dependency-version-1488012-9.patch

rooby’s picture

Title: Libraries dependency (PHP fatal) » Actually required libraries api 2.x (fatal error with 1.x)
Category: feature » bug
Status: Active » Needs review
StatusFileSize
new567 bytes

Here is a patch with a couple of fixes for the info file.

I couldn't be bothered making multiple patches for the different fixes but can if you want.

The other changes are:
* Removed files. The only files required to be in an info file are files containing classes.
* Added newline to end of file. - More of a formality however it is possible that no new line at the end of a file can cause problems on some systems.

Exploratus’s picture

I had the same problem. Works with V2.

ben young’s picture

Status: Needs review » Fixed

Patch from #2 committed, thanks

Status: Fixed » Closed (fixed)

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