When updating with drush from 8.2.7 to 8.3.0 I get the following error;
Failed: Drupal\Component\Plugin\Exception\PluginNotFoundException: The "entity_reference_image" plugin does not exist. i
Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 52 of
/home/<sitename>/public_html/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
Does any one else get the same error?
I've tried to update it multiple times, but I get the same error all the time.
I updated all the modules from within drupal first, then ran the following:
- drush sset system.maintenance_mode 1 drush cr
- drush pm-update drupal
and then I get the error stated above. Extremely annoying.