Drupal\crop\CropStorage does not implement Drupal\Core\Entity\ContentEntityStorageInterface

Created on 18 May 2021, almost 4 years ago
Updated 11 September 2023, over 1 year ago

Problem/Motivation

I can't update from drupal 8 to drupal 9

Steps to reproduce

I run composer update and then drush updatedb
here is the pending update ;
Update_ID : entity_revision_metadata_bc_cleanup
type : post_update
Description : Remove backwards-compatibility leftovers from entity type definitions.

Drush 10 can not update :
[notice] Update started: system_post_update_entity_revision_metadata_bc_cleanup
> [error] Drupal\crop\CropStorage does not implement Drupal\Core\Entity\ContentEntityStorageInterface
> [error] Update failed: system_post_update_entity_revision_metadata_bc_cleanup
[error] Update aborted by: system_post_update_entity_revision_metadata_bc_cleanup

πŸ’¬ Support request
Status

Active

Version

2.1

Component

Code

Created by

πŸ‡«πŸ‡·France zorax Monoblet

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States richgerdes New Jersey, USA

    I had this problem when upgrading an older site. Turns out it was the result of the crop module not being installed, but its entities were still in the definitions table. I was able to reinstall crop and then uninstall it via Drush and that cleaned up the extra definitions.

Production build 0.71.5 2024