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

Command icon 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

Grimreaper created an issue. See original summary.

grimreaper’s picture

Assigned: Unassigned » grimreaper

I 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.

grimreaper’s picture

Ok, this was due to missing dependencies.

I am creating the MR.

grimreaper’s picture

Title: Bugs on installation » Missing dependencies in .info.yml files

Sorry for double comment

grimreaper’s picture

Assigned: grimreaper » Unassigned
Status: Active » Needs review

Thanks for the review!

FatherShawn made their first commit to this issue’s fork.

fathershawn’s picture

Status: Needs review » Fixed

Thanks for the fix!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.