Latest dev version gives error:
Error: Class 'Crypt' not found
Install latest dev version with composer require 'drupal/colorbox:1.x-dev'
and use it in a project.
Now open a page where colorbox is used.
Edit colorbox.theme.inc
to include the used Crypt class.
Change it from:
use Drupal\file\Entity\File;
use Drupal\image\Entity\ImageStyle;
Into:
use Drupal\file\Entity\File;
use Drupal\image\Entity\ImageStyle;
use Drupal\Component\Utility\Crypt;
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.