Closed (fixed)
Project:
ECA Helper
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2025 at 11:05 UTC
Updated:
8 Dec 2025 at 00:20 UTC
Jump to comment: Most recent
When installing Drupal core with ECA enabled, the installation fails with a 500 error.
The stack trace shows:
Symfony\Component\DependencyInjection\Exception\RuntimeException:
You have requested a synthetic service ("kernel").
The DIC does not know how to construct this service.
This happens because ECA’s plugin base / helper messenger tries to access the kernel synthetic service during the install batch process. At that point, the service container is not yet fully initialized.
This prevents Drupal installation from completing successfully.
try/catch safeguard around the event dispatch in Messenger::addMessage().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 #5
erutan commentedThis has been committed to the main branch, so NR doesn't seem accurate.
Comment #7
zipme_hkt commented