Problem/Motivation
After updating Dashboard 2.1.8
I'm hitting the following error
[Wed Jan 22 19:38:15.502580 2025] [php:notice] [pid 248902] [client 10.50.111.41:37532] Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException: You have requested a non-existent service "module.handler". in /app/vendor/symfony/dependency-injection/ContainerBuilder.php on line 992 #0 /app/vendor/symfony/dependency-injection/ContainerBuilder.php(568): Symfony\\Component\\DependencyInjection\\ContainerBuilder->getDefinition()\n#1 /app/vendor/symfony/dependency-injection/ContainerBuilder.php(531): Symfony\\Component\\DependencyInjection\\ContainerBuilder->doGet()\n#2 /app/docroot/modules/contrib/dashboards/src/Plugin/Dashboard/ErrorReport.php(66): Symfony\\Component\\DependencyInjection\\ContainerBuilder->get()\n#3 /app/docroot/core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php(21): Drupal\\dashboards\\Plugin\\Dashboard\\ErrorReport::create()
Proposed resolution
Change module.handler to module_handler
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork dashboards-3501454
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
rajab natshahComment #4
rajab natshahComment #7
norman.lol