- 🇫🇷France bessonweb
Hi,
Group 2 and 3 are stables but it seems this module is not compatible.
Can anyone do anything about this?
Thanks!
- Status changed to Postponed: needs info
over 1 year ago 6:26am 27 June 2023 - 🇩🇪Germany mxh Offenburg
What is the problem you're encountering? Please provide steps to reproduce.
- Status changed to Active
over 1 year ago 7:46am 27 June 2023 - 🇫🇷France bessonweb
Hi @mxh
Sorry I have not detailled my demand because I thought it was obvious.
I have Group 8.x-1.5. I want to update it at 2.1.0.
When I try to update Group in 2.1.0 :
- drupal/group_action is locked to version 1.1.1 and an update of this package was not requested.
- drupal/group_action 1.1.1 requires drupal/group ^1 || ^2@beta || ^3@beta -> found drupal/group[dev-1.x, dev-2.0.x, dev-2.1.x, dev-3.0.x, dev-3.1.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 2.0.0-alpha1, ..., 2.1.x-dev, 3.0.0-beta1, ..., 3.1.x-dev (alias of dev-3.1.x)] but these were not loaded, likely because it conflicts with another require.So it's impossible to update the Group module in V2 or V3.
Have you a solution please?
Have a good day!
- Status changed to Postponed: needs info
over 1 year ago 8:15am 27 June 2023 - 🇩🇪Germany mxh Offenburg
Can't reproduce, please provide more details how you trying to update (e.g. which composer command you're using9.
I can install group_action together with both Group v2.1 and v3.1. You're probably having another package that is not compatible with the more recent Group versions. Maybe try to find out using
composer why drupal/group
. - 🇨🇦Canada liquidcms
@#13, and it works? I dont see anything in this post suggesting it was updated to work with V2/3, and 1 and 2/3 are definitaly different enough that this module could not work with both. The error i get with v3 when trying to assign a node to a group (what is difference between add/assign??):
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "plugin.manager.group_content_enabler". in Drupal\Component\DependencyInjection\Container->get() (line 157 of core\lib\Drupal\Component\DependencyInjection\Container.php).
Drupal\group_vbo\Plugin\Action\GroupVboBase::create(Object, Array, 'assign_to_group', Array) (Line: 21)
Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('assign_to_group', Array) (Line: 83)
Drupal\Component\Plugin\PluginManagerBase->createInstance('assign_to_group', Array) (Line: 128) - Status changed to Closed: works as designed
5 months ago 8:41pm 2 July 2024 - 🇩🇪Germany mxh Offenburg
Re-tested with Group 3.2.2 by using regular composer require commands. This module definetly works with that version. Closing.