Hello,
I have updated Drupal core from version 8.1 to 8.2. After running update.php, I get the following error:

responsive_image module
Update recreate_dependencies

Failed: Drupal\Component\Plugin\Exception\PluginNotFoundException: The "slick_image" plugin does not exist. in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 52 of /web/htdocs/www.mywebsitename.domain/home/drupal/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).

The description of the pending update for the responsive_image module was the following:

Make responsive image formatters dependent on responsive image styles.

What should I do? Thank you in advance for your help. :)

Comments

VM’s picture

The "slick_image" plugin does not exist.

Check module list. Are there any modules in the installation that utilize slick? ie: slick carousel, slick extras, slick media, slick views etc.

K1kk0z90’s picture

I'm using Slick and Slick Views, and both, along with Blazy and Colorbox, are present in the "modules" directory of my Drupal installation (and they worked on Drupal 8.1 before updating to 8.2).
What should I do? Thank you again for your help! :)

VM’s picture

On a test site I'd uninstall the identified modules. I'd then perform the update of core.

I'd then enable the identified modules one a time.

If the error returns note from which module.
Research the issue in the issue queue of the module that throws the error.
If there aren't any existing reports, generate one.

VM’s picture