This is driving me crazy and makes no sense. When an authenticated user tries to create a new group the page, "Access Denied, You are not authorized to access this page." is displayed. My access control permissions are set correctly for the authenticated user for the creation of groups (og_basic module, create groups, authenticated column, the box is checked) but I still get this problem.

I can create groups as the root user just fine, and anonymous users are not allowed to create groups. I've been installing/configuring a lot of modules lately (the latest being the Internationalization module) and this might be why I'm having this problem. Anyway, any ideas on how to fix it?

Thanks in advance...

Comments

moshe weitzman’s picture

try a clean install and see if it works. thats the quickest idea to know if you borked something

moshe weitzman’s picture

Status: Active » Closed (fixed)

reopen if you reproduce this on clean install

moshe weitzman’s picture

also note that HEAD drupal core has moved, and HEAD og is no longer compatibe. please use 4.7 of each for a while.

jrstmartin’s picture

Status: Closed (fixed) » Fixed

Yes, a clean install of OG 4.7.0 against Drupal 4.7.3 worked. Authenticated users can now create groups like they are supposed to. I just didn't want to go this far as I have modified your module code a bit. I was hoping I could correct something in the database to fix it.

Thanks again Moshe :-)

johnallengreen’s picture

Version: master » 4.7.x-1.x-dev
Assigned: jrstmartin » johnallengreen
Status: Fixed » Active

I'm having the same problem, but a re-install did not seem to fix it, and I get an error when I enable the module. Details here. (I'm new to Drupal - I hope I did this right. :)

johnallengreen’s picture

Assigned: johnallengreen » Unassigned

I still don't know about the SQL node_access error when I enable OG, but I found how to make the "access denied" problem go away.

I had a Workflow enabled for Groups. The initial status was "not published". By removing the Workflow, the problem went away. (Initial status is "published". I don't know if it was that, or disabling workflow.)