- Merge request !516Issue #3546040: Fix the mismatch field definition with commerce_store.status. → (Merged) created by jsacksick
After updating commerce to latest 3.2.0 I ended up with a error reported on the drupal status page.
Update Commerce from 3.1.0 to 3.2.0 causes error on status page:
"Entity/field definitions" stating "Mismatched entity and/or field definitions. The following changes were detected in the entity type and field definitions. Store The Enabled field needs to be updated."
During composer update of commerce running drush updb
listed updates for 8208 and 9209 which completed without any errors when I said yes. I would have imagined the field should have been updated during the updates but appears it was not.
Tried to resave store (didn't help), tried to find the field in store type to edit and save (per web search suggestions) - not possible for this field!
Was finally able to get it updated with drush entup
(which requires contrib module devel_entity_update) to do schema updates using drush.
drush entup returned "The following updates are pending: commerce_store entity type: The Enabled field needs to be updated."
Then entering "yes" seems to have fixed the problem.
For good measure Drupal 10.5.3, PHP 8.3.15, MySQL 8.4.3, Apache 2.4.62 (Debian)
Active
3.2
Store
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.