Parent definition "eca.execution.subscriber_parent" does not exist.
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3412203. -->
Reported by: [rclemings](https://www.drupal.org/user/917304)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When I try to install eca_push_framework I get this error:</p>
<pre>Symfony\Component\DependencyInjection\Exception\RuntimeException: Service "eca_push_framework.subscriber": Parent definition "eca.execution.subscriber_parent" does not exist. in Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass->doResolveDefinition() (line 75 of /path/to/public_html/vendor/symfony/dependency-injection/Compiler/ResolveChildDefinitionsPass.php).</pre><p>This is in eca_push_framework.services.yml:</p>
<pre>services:<br> eca_push_framework.subscriber:<br> class: Drupal\eca_push_framework\EventSubscriber\EcaPushFramework<br> parent: eca.execution.subscriber_parent<br> tags:<br> - { name: event_subscriber }</pre><p>I can't find "eca.execution.subscriber_parent" or any reference to it anywhere else in my code.</p>
<p>Is this a bug or am I missing something?</p>
<p>Traceback:</p>
<pre>Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass->resolveDefinition() (Line: 44)<br>Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass->processValue() (Line: 86)<br>Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass->processValue() (Line: 35)<br>Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass->processValue() (Line: 47)<br>Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass->process() (Line: 80)<br>Symfony\Component\DependencyInjection\Compiler\Compiler->compile() (Line: 767)<br>Symfony\Component\DependencyInjection\ContainerBuilder->compile() (Line: 1335)<br>Drupal\Core\DrupalKernel->compileContainer() (Line: 934)<br>Drupal\Core\DrupalKernel->initializeContainer() (Line: 816)<br>Drupal\Core\DrupalKernel->updateModules() (Line: 608)<br>Drupal\Core\Extension\ModuleInstaller->updateKernel() (Line: 244)<br>Drupal\Core\Extension\ModuleInstaller->install() (Line: 83)<br>Drupal\Core\ProxyClass\Extension\ModuleInstaller->install() (Line: 502)<br>Drupal\system\Form\ModulesListForm->submitForm()<br>call_user_func_array() (Line: 114)<br>Drupal\Core\Form\FormSubmitter->executeSubmitHandlers() (Line: 52)<br>Drupal\Core\Form\FormSubmitter->doSubmitForm() (Line: 609)<br>Drupal\Core\Form\FormBuilder->processForm() (Line: 325)<br>Drupal\Core\Form\FormBuilder->buildForm() (Line: 73)<br>Drupal\Core\Controller\FormController->getContentResult()<br>call_user_func_array() (Line: 123)<br>Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 592)<br>Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 124)<br>Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext() (Line: 97)<br>Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 181)<br>Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 76)<br>Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 58)<br>Drupal\Core\StackMiddleware\Session->handle() (Line: 48)<br>Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 106)<br>Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 85)<br>Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 48)<br>Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)<br>Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 51)<br>Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 704)<br>Drupal\Core\DrupalKernel->handle() (Line: 19)</pre><h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue