Colorbox plugin	Not detected: At least 1.3.21.1
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.

This is the error I am getting
Library installed with drush, I also tried downloading latest from github, this is happening in a Commerce Kickstart installation.
Checked perms recursively set to 775.
Ownership set recursively to ckosloff:www-data.
I ran out of options to eliminate this error.

CommentFileSizeAuthor
#1 colorbox.module-2463111.patch496 bytesuberhacker
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

uberhacker’s picture

FileSize
496 bytes

Unfortunately, the dev version is not correct either. I have included a patch that fixes this issue and is also downward compatible with earlier versions of the Colorbox jQuery plugin. The reason the current version doesn't work is the libraries module is looking for the second match and the current pattern returns the version in the third match.

frjo’s picture

Status: Active » Closed (works as designed)

Are you trying to use the 2.x version of the Colorbox plugin? That version is in alpha and have not been updated for two years.

Please use the 1.x version as the documentation recommends.

uberhacker’s picture

Hi frjo,
Thanks for your feedback. Yes, I was using the 1.x version of the jQuery Colorbox plugin. Apparently, the maintainers have decided to change the pattern of the version. This is a simple fix that will help avoid a lot of confusion.
Thanks

uberhacker’s picture

Status: Closed (works as designed) » Needs review
uberhacker’s picture

Hi Fredrik,
I tested this again and your version detects correctly. I must have been testing against an older version of the module or my cache wasn't cleared.
Thanks

uberhacker’s picture

Status: Needs review » Closed (works as designed)