backdrop-contrib / og

The Organic Groups module provides users the ability to create, manage, and delete 'groups' on a site.
GNU General Public License v2.0
1 stars 8 forks source link

og module appears to prevent clearing Database updates #147

Open izmeez opened 10 months ago

izmeez commented 10 months ago

This was discussed in zulip and using the builtin debug() function it appears that the og module is not allowing the database update to complete. Looking at the og.install file it is confusing trying to decipher why this might be. backdrop-og-module-database-update-not-complete

argiepiano commented 10 months ago

Is this happening on a D7 upgraded site? Or a clean install?

argiepiano commented 10 months ago

Also please clarify which OG modules you are enabling.

izmeez commented 10 months ago

This was a clean install with the caveat, I only just installed it but have been playing with snapshots. I was just digging to see what I could find before blowing it away with a fresh install. It's all just demo and testing.

The enabled og modules are: og, og_access, og_context, og_field_access, og_register, og_subgroups, og_ui Not enabled: og_demo

I'm happy to do a fresh install and see what happens, just wondering if there is anything to do to explore further first. Thanks.

izmeez commented 10 months ago

I have done a fresh install of og and og_subgroups and do not see the problem.