Open romulasry opened 3 months ago
I wanted to start a Drupal 11 project so I
git pull
-ed the project (ok)After facing problems, I checked with drush
and understood I needed PHP 8.3 and MariaDB 10.6 which I fixed too (ok) by modifying pantheon.yml
.
Now I am facing the error with cache.pantheon
:
[error] Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException: Circular reference detected for service "cache.pantheon", path: "cache_tags.invalidator -> cache.pantheon". in Drupal\Component\DependencyInjection\Container->get() (line 147 of /code/web/core/lib/Drupal/Component/DependencyInjection/Container.php).
Drush had that same issue with the command:
drush @pantheon.project.dev cr
and dashboard task failed as it can be seen in "Wordflow".
I tried 'drush cron'' as well (with the same error).
'drush status' and 'drush status:report' are both ok as they do not go through Drupal cache mechanism.
For anyone else who made it this far, here's the fix:
composer.json
file and modify minimum-stability
to equal dev
11.x
:
composer require pantheon-systems/drupal-integrations:^11
https://pantheon-community.slack.com/archives/C2GJ3JG7Q/p1723514564225359