- πΊπΈUnited States scottsawyer Atlanta
I just ran into this on a site that another developer installed this patch, which I removed as part of an upgrade. What I did to resolve it was set the registry installed version to 8202 and reran the database update.
drush ev "\Drupal::service('update.update_hook_registry')->setInstalledVersion('name', 8202);" drush updb -y
Then the configs were installed, no more errors.
- πΊπΈUnited States bluegeek9
I think the problem is caused by the name.generate.examples being added after you installed the name module. This project only recently made a stable release, 8.x-1.0.
The update 8203, adds the name examples.
I am not sure why the update references 8.x-2.3, and the current version is 8.x-1.0.
I think name_update_8203 could be renamed to name_update_8101.
- πΊπΈUnited States bluegeek9
I was able to reproduce the error after deleting 'name.generate.examples'.
- Assigned to bluegeek9
- Status changed to Active
about 2 months ago 1:33pm 10 July 2025 - πΊπΈUnited States bluegeek9
bluegeek9 β changed the visibility of the branch 8.x-1.x to hidden.
- Merge request !37Issue #3078341 by ahebrank, bluegeek9: Can't load content type display edit... β (Open) created by bluegeek9
- πΊπΈUnited States bluegeek9
I updated some tests too because they were failing but un-related to this issue.
- πΊπΈUnited States bluegeek9
I need to find the version of Drupal were the version changed.
- πΊπΈUnited States bluegeek9
The code was update to handle when name.generate.examples does not exist. Update function to add name.generate.examples if it is missing.
There were hook_update_N functions for versions that haven't been released. I removed and refactored the hook_update_N functions.