Active
Project:
OG User Roles
Version:
6.x-1.5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2010 at 01:43 UTC
Updated:
3 Jan 2010 at 07:42 UTC
When Founder group access to "Configure member roles" tab show "Access denied". The founder group can "create/remove" users of rol in "og/users/nid" but can not access to "Configure member roles" tab.
http://drupal.org/node/177948 say:
Then set an even more negative weight for the OG User Roles module:
UPDATE system SET weight = -20 WHERE type = 'module' AND name = 'og_user_roles';
I did it, but this does not work.
I set "Clear the user_access() and cache_menu caches for user?" in "admin/og/og_user_roles".
NOTE: I use Drupal 6.15 and og user roles 1.5.
Help me please. Happy new year.
Thank you.
Comments
Comment #1
scs_calleros commentedMore info: It also happens with new user accounts.
In the table og_user_roles are rows with permissions.
Comment #2
scs_calleros commentedSolved with patch http://drupal.org/node/471882
Thank you.