- Issue created by @gowtham.boopathiraj
- 🇮🇳India SandeepSingh199
Hi @Gowtham.Boopathiraj, I have downloaded and enabled Group 3.2.0 module in Drupal 10 and run drush cr, drush updb and drush cex but didn’t found any issue related The service "group_permission.calculator" has a dependency on a non-existent service "flexible_permissions.chain_calculator". or other issue at log file.
Can you provide more information regarding that issue & steps to reproduce the issue.
I have the same problem.
In my preparation for migration to Drupal 10, I encountered this error when migrating the group module from version 1.4 to 2.2.1.
I found this error after running this drush updatedb command- 🇧🇪Belgium kristiaanvandeneynde Antwerp, Belgium
Did you read the release notes?
Also please adhere to the issue etiquette before setting something to Critical: https://www.drupal.org/docs/develop/issues/fields-and-other-parts-of-an-... →
- 🇺🇸United States mabdullah91
I'm getting the same error message, everything was working fine until I upgraded it from 1.6 to 2.2 and its producing this error while trying to run drush cr or drush updb or even drush cex.
- 🇺🇸United States electrokate
@kristiaanvandeneynde not sure which release notes you're referring to? I couldn't find anything about the flexible permissions issue in version 2 but maybe I'm missing something. Here's a patch for 2.2.2 that fixes this issue for me. Looks like it will work in version 3 as well.
- 🇩🇪Germany dbielke1986
I think kristiaanvandeneynde is referring to the latest Drupal 10.2 release ( https://www.drupal.org/project/drupal/releases/10.2.0 → ), were the Variation cache is now part of the core.
https://www.drupal.org/project/variationcache →
This feature is now available in Drupal 10.2! 🚀
Please uninstall and remove this module once you are using Drupal 10.2 or higher and have no more code mentioning the Drupal\variationcache namespace.
Hope, this is the right hint.