"group" module breaking installation.

timotheonb
Forums
Hi, I am having serious trouble with the "group" module breaking my installation. I use composer to update it, but it does not apply the patch and I am unable to use any previous version as the other modules require group module 1.0.0-rc3. Here is the output for "composer update": Gathering patches for root package. > DrupalProject\composer\ScriptHandler::checkComposerVersion Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 1 install, 5 updates, 0 removals Gathering patches for root package. Gathering patches for dependencies. This might take a minute. - Installing drupal/group (1.0.0-rc3): Loading from cache - Applying patches for drupal/group https://www.drupal.org/files/issues/2018-04-20/2736233-156.patch (2736233) Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2018-04-20/2736233-156.patch https://www.drupal.org/files/issues/2018-05-15/group-2973005-2.patch (2973005) Generating autoload files > DrupalProject\composer\ScriptHandler::createRequiredFiles Is anyone else out there having the same problem? Thanks in advance for any help.
nikolay

Hi timotheonb,

Hi timotheonb, If you update non-stable modules in Opigno dist there is a risk to broke existed functionality. We don't guarantee that updated non-stable modules will work with Opigno without issues. But if you want to update "group" module without breaking updating you need to replace in "composer.json" the string "https://www.drupal.org/files/issues/2018-04-20/2736233-156.patch" with the string "https://www.drupal.org/files/issues/2019-06-15/port-subgroups-2736233-236.patch" and then run updates again.
timotheonb

Thanks!

I´ve tried it, but haven´t had success, yet. I will search for how to not allow the group module to update. Thanks for the help. I know you guys work a lot on this and I do not want to take away from your time. Tim