- πΊπΈUnited States mlncn Minneapolis, MN, USA
Still no other way to work around this.
Renaming the autocreate_group module by changing from 'autocreate_group.info.yml' to 'drutopia_group_organizations.info.yml' has triggered creation of drupal/drutopia_group_organizations namespace.
Autocreate Group is a two week old module which I have now marked as obsolete. As the the scope of the Autocreate Group module changed I accordingly tried to change the name of the module causing the 'drutopia_group_organizations' namespace to be used; I would like to use this namespace in a submodule.
Here are the links to the modules:
https://www.drupal.org/project/drutopia_group_organizations β
https://www.drupal.org/project/autocreate_group β
As can be seen in this drutopia_group_organizations release install page β because the 'drutopia_group_organizations' namespace was already occupied because of the reason described above, the Drutopia Group Organizations namespace is being constructed by a doubling of the module name:
composer require 'drupal/drutopia_group_organizations-drutopia_group_organizations:1.0.x-dev@dev'
composer require 'drupal/drutopia_group_organizations'
installs 'module 'autocreate_group'
Remove drupal/drutopia_group_organizations namespace.
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Still no other way to work around this.