- Issue created by @loze
- Status changed to Postponed: needs info
11 days ago 8:31pm 12 August 2025 - 🇨🇦Canada joelpittet Vancouver
That sounds rough — permissions can definitely be tricky. I’m guessing you may have already tried this, but just to confirm: when you’ve uninstalled either og_access or content_access, did the expected results come back? That could help confirm whether it’s the interaction between the two or something else.
A couple of things that might help narrow it down:
- Run
drush php-eval 'node_access_rebuild();'
after changing module combinations. - Check the
hook_node_grants()
output from both modules to see which one’s taking precedence. - Temporarily disable one module’s
hook_node_grants()
to confirm the other is working as expected.
And last question, are you using
2.x
or1.x
of OG? I just split this modules branches based on that because of some type hinting incompatibility. - Run