Gizra / og

https://www.drupal.org/project/og
92 stars 133 forks source link

Can't uninstall. #710

Open liquidcms opened 3 years ago

liquidcms commented 3 years ago

I've used OG a fair bit in D7. Client just added requirement to project. Seemed as though OG not ready for use yet so started looking at Group. Not a fan of the approach taken with that module so quick check to see how far along OG is.

First Test:

Try to disable OG:

but no interface to anything OG related other than the OG config admin page.

so failing going directly into the db; i think there is no option to pmu og

liquidcms commented 3 years ago

go back to old db without OG enabled.. and start over.

i'll try going through the git issues to see if anything.

MPParsley commented 3 years ago

Dear Peter, you may want to have a look at #240 first. It contains references to a number of features that you may need.

drush en -> site crashes

Could you post the error message or even better a stack trace of the error you encountered and some more information on the version of Drupal etc. and some steps to reproduce?

Note that there's a settings UI where you can configure how Drupal should deal with orphaned group content. If you're using the default QueueWorker then you should run cron first.

liquidcms commented 3 years ago

the error after enable is: Drupal\Component\Plugin\Exception\PluginNotFoundException: The "og_membership" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 150 of core\lib\Drupal\Core\Entity\EntityTypeManager.php).

cleared up after cache rebuild.

looking at the link to the roadmap; i likely need to be using the -dev version. i think i am likely not - but hard to tell as doesn't list version on Extend page and no entry in the Available Updates; but installed using composer with: 1.x-dev. so a little confused as to what i have as this: https://github.com/Gizra/og/pull/231 suggests this is added to -dev - but maybe not the -dev when composer installed from drupal.org?

i certainly would prefer to be using OG; but will tell my client we likely need to consider Group for now.