Problem/Motivation
Pending to D10 upgrade, I have the following error under Status Report. Site is on D9 and working, however, when certain content changes are made we do time and again get a database error, which goes away after a refresh.
Mismatched entity and/or field definitions
The following changes were detected in the entity type and field definitions.
Extra Field
The Extra Field entity type needs to be installed.
I acknowledge that this is likely a human error, but I have no clear way of troubleshooting this. The extension is installed and used by some content. What would be the best way to troubleshoot this? I am comfortable with database queries, and from what I can gather there is potentially database columns / schema differences, but not sure how to map what would be required to fix this (not knowing what schema is required)?
Comments
Comment #2
droath commented@mauzilla
This seems to be a typical problem in Drupal. I suggest checking out this Stack Exchange for guidance on fixing a mismatched entity and/or field definitions error in your configuration. Personally, I have used the Devel Entity Updates module to successfully resolve similar issues.
Comment #3
keshavv commentedAlso, the quick solution is to install the definitions. https://www.drupal.org/project/address/issues/3412241#comment-15408612
Comment #4
droath commentedComment #5
droath commented