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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views_slideshow_cycle2-info_fixes-1894384-2.patch | 567 bytes | rooby |
Comments
Comment #1
mustanggb commentedActually 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
Comment #2
rooby commentedHere 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.
Comment #3
Exploratus commentedI had the same problem. Works with V2.
Comment #4
ben young commentedPatch from #2 committed, thanks