Upgrading a Drupal 10.4.x installation via composer has resulted in this bootsrap error.
PHP Fatal error: Type of Drupal\shortcut_menu\ShortcutMenuLazyBuilder::$entityTypeManager must be ? Drupal\Core\Entity\EntityTypeManagerInterface (as in class Drupal\shortcut\ShortcutLazyBuilders) in /var/www/html/web/modules/contrib/shortcut_menu/src/ShortcutMenuLazyBuilder.php on line 9
drush cr, drush cc drush upgradedb:status and drush pm:uninstall all fail because of
How can I disable it?
Can I use composer to do it, or will it be better to disable it by setting the value in the system table or some other table that disables the module?
Does the latter method work for the Drupal 10+ series?
submitted by
/u/vfclists [link] [comments]