- Issue created by @emptyvoid
- πΊπΈUnited States emptyvoid
When this scenario occurs (which is now verfied 100% by 10 different users) the system corrupts the Drupal registry and no site visitor can view the site.
The only solution requires manually logging into the target HTTP server and issuing a drush cr to rebuilt the cache and Drupal registry.
Every new user which authenticates to view the site, immediately corrupts and registry and cache for all active users.This is a black flag bug.
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Are you able to add a test that demonstrates this? That would help to get it solved and prevent a regression.
- πΊπ¦Ukraine pingwin4eg Zaporizhia πΊπ¦
I have a similar issue
TypeError: Drupal\Core\Entity\EntityFieldManager::{closure:Drupal\Core\Entity\EntityFieldManager::buildBaseFieldDefinitions():289}(): Argument #1 ($hook) must be of type callable, string given, called in web/core/lib/Drupal/Core/Extension/ModuleHandler.php on line 307
but right after the cache rebuilding. And I don't use the shield module, this issue is the only similar one appearing in google results. So I think the issue can be in Drupal core actually.
Drupal 11.1.6, PHP 8.4.5.
- πΊπ¦Ukraine pingwin4eg Zaporizhia πΊπ¦
Looks like a hook is trying to be invoked, but the module, which implements it, is not loaded.
- πΊπΈUnited States nicxvan
Does this help π¬ Drupal 11.2 upgrade causes \Drupal::$container is not initialized yet error Active