Problem/Motivation
Hello,
I am on the last dev version of 1.0.x and when I install the modules I have the following error messages:
Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "entity_share_client.remote_manager". in /project/app/core/lib/Drupal/Component/DependencyInjection/Container.php:151
Stack trace:
#0 /project/app/modules/custom/entity_share_websub/modules/entity_share_websub_subscriber/src/Plugin/QueueWorker/SubscriptionRecordWorker.php(102): Drupal\Component\DependencyInjection\Container->get('entity_share_cl...')
#1 /project/app/core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php(21): Drupal\entity_share_websub_subscriber\Plugin\QueueWorker\SubscriptionRecordWorker::create(Object(Drupal\Core\DependencyInjection\Container), Array, 'entity_share_we...', Array)
#2 /project/app/core/lib/Drupal/Component/Plugin/PluginManagerBase.php(83): Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('entity_share_we...', Array)
#3 /project/app/core/lib/Drupal/Core/Queue/QueueWorkerManager.php(57): Drupal\Component\Plugin\PluginManagerBase->createInstan in /project/app/core/lib/Drupal/Component/DependencyInjection/Container.php on line 151
Fatal error: Trait 'Drupal\entity_share_websub\SignatureTrait' not found in /project/app/modules/custom/entity_share_websub/modules/entity_share_websub_subscriber/src/Controller/SubscriptionController.php on line 19
[warning] Drush command terminated abnormally.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
grimreaperI think this is due to missing dependencies in .info.yml files, so modules are not enabled in the correct order.
I will make a patch.
Comment #3
grimreaperOk, this was due to missing dependencies.
I am creating the MR.
Comment #4
grimreaperSorry for double comment
Comment #6
grimreaperThanks for the review!
Comment #9
fathershawnThanks for the fix!