- Issue created by @danielzigo
- ๐ฎ๐นItaly mondrake ๐ฎ๐น
What would happen if you run the update from Drupalโs UI instead of Drush? Iโd like to understand if this is a Drush problem only.
- ๐ฌ๐งUnited Kingdom danielzigo
Thanks @mondrake.
If you run the update from the UI, you'd just get the same error. See screenshot.
- Merge request !39Issue #3432982: Update file imagemagick.services.yml and add missing argument affecting autowiring โ (Open) created by danielzigo
- Status changed to Needs review
5 months ago 12:06pm 22 June 2024 I am encountering a similar problem, but it is stopping the site opening on an open social distribution with the error:
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "Drupal\file_mdm\FileMetadataManagerInterface". in Drupal\Component\DependencyInjection\Container->get() (line 157 of core/lib/Drupal/Component/DependencyInjection/Container.php).
I have tried adding File metadata manager with composer, but that fails with:
Problem 1
- Root composer.json requires drupal/file_mdm ^3.1, found drupal/file_mdm[dev-3.1.x, 3.1.0-alpha1, ..., 3.1.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 2
- drupal/image_effects 3.4.0 requires drupal/file_mdm ^2.5 -> found drupal/file_mdm[dev-2.x, 2.5.0, 2.6.0, 2.x-dev (alias of dev-2.x)] but it conflicts with your root composer.json require (^3.1).
- goalgorilla/open_social 12.4.2 requires drupal/image_effects 3.4.0 -> satisfiable by drupal/image_effects[3.4.0].
- goalgorilla/open_social is locked to version 12.4.2 and an update of this package was not requested.I think this must be related to your issue.