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()
.Active
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.