Update: I encountered same issue for one of our sites, and resolved it by:
- enable Devel Entity Update module
- run drush entup
Under Status report I am getting the following errors:
Mismatched entity and/or field definitions
The following changes were detected in the entity type and field definitions.
Custom block
The Translation source field needs to be updated.
The Translation outdated field needs to be updated.
The Translation author field needs to be updated.
The Translation created time field needs to be updated.
Content
The Translation source field needs to be updated.
The Translation outdated field needs to be updated.
Taxonomy term
The Translation source field needs to be updated.
The Translation outdated field needs to be updated.
The Translation author field needs to be updated.
The Translation created time field needs to be updated.
Paragraph
The Translation source field needs to be updated.
The Translation outdated field needs to be updated.
The Translation changed time field needs to be updated.
Any ideas what can be wrong with my setup or it's a module issue?
Reinstalling the content translation module makes the error disappear until the cron is executed - then it appears again.
I've checked the requiresFieldStorageSchemaChanges()
method in SqlContentEntityStorageSchema
and the $current_schema variable contains these fields, whilst the $installed_schema is empty.
* Use Drupal core 9.2.10
* Install the Content translation module
Fixed
9.2
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Update: I encountered same issue for one of our sites, and resolved it by:
- enable Devel Entity Update module
- run drush entup