Hi
Hi
After upgrade from 7.x-2.17 to 7.x-2.19
status reports message:
"The version of the Colorbox plugin library could not be detected. You need to download the Colorbox plugin, extract the archive and place the colorbox directory in the sites/all/libraries directory on your server" !?
Still not works even if download the plugin
Colorbox and its plugin library has always been part of Commerce Kickstart. and there was ever no need to download before a plugin library for colorbox.
Best regards
Thanks much for suggestions.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | plugin_version_detection-2360375-9.patch | 496 bytes | rolfmeijer |
| par défaut 2014-10-20 à 14.29.01.jpg | 51.23 KB | Salif |
Comments
Comment #1
Salif commentedColorbox Plugin not being recognized:
Here is a similar but Very old issue discussed on colorbox issue: drupal.org/node/1116672
It also concerns the colorbox plugin in commerce kickstart, from comment #18 going down
Comment #2
lsolesen commented#1116672: Colorbox Plugin not being recognized
Comment #3
Salif commentedYes the issue (Colorbox Plugin not being recognized) has been fixed and closed a long time ago.
The solution suggested was to use drush command:
$ drush colorbox-plugin.
But the same issue appears again when updating to commerce kickstart 7.x-2.19
$ drush colorbox-plugin is not the solution as CK package comes with colorbox already integrated in it
Comment #4
tnfno commentedSame problem, have tried all 'old tricks' I could find but still get the error and Colorbox is not working. It worked fine before this Kickstart update.
Comment #5
tnfno commentedA temporary workaround is to update the colorbox module. Download the latest Colorbox 7.28 into profiles/commerce_kickstart/modules/contrib/colorbox and then do a
drush colorbox-plugin. Works for me adter that, at least until next kickstart update.Comment #6
Salif commentedThanks @ tnfno
#5 works
Comment #7
vacho commented#5 don't work for me.
Comment #8
lsolesen commented@Salif Does Kickstart bundle the wrong version of Colorbox or what seems to be the problem here?
Comment #9
rolfmeijer commentedThe difference is the way the version is detected. This is done on line 84 of the colorbox.module.
Instead of:
'pattern' => '@(?i:Colorbox) v([0-9\.a-z]+)@',you’ll need:
'pattern' => '@(?i:Colorbox)\sv?([0-9\.a-z]+)@',I have a patch tested on Commerce Kickstart 2.12, which uses colorbox 2.5.
Hope this helps.
Comment #10
lsolesen commented@rolfmeijer - so this is a colorbox issue - or a kickstart issue?
Comment #11
scott859 commented@rolfmeijer - Thank you - that patch (#9) worked for me.
Comment #12
lsolesen commentedAh, I see now. Colorbox is bundled with CK 2.x. But why is it bundled, when it is not enabled by default. Shouldn't we leave this up to the developers of the sites?
Comment #13
lsolesen commentedThis belongs in a new issue #2426715: Remove Colorbox from build
Comment #14
lsolesen commentedPull request: https://github.com/commerceguys/commerce_kickstart/pull/92
Waiting for Travis tests results: https://travis-ci.org/lsolesen/commerce_kickstart/builds/50815834
Comment #16
bojanz commented