if they don’t have that right, they get the error message:
Fatal error: Call to a member function condition() on a non-object in /www/htdocs/w0062791/esw/modules/simple_access/simple_access.module on line 637
line 637 is this:
->condition('rid', $roles, 'IN')
Happens on http://esw.draketo.de
Comments
Comment #1
snte commentedProblem with innerJoin method. This works for me:
http://drupal.org/node/991956#comment-3968004
(Different line in simple_access.module, though.)
Comment #2
s6d commentedThis patch on simple_access.module also works for me, thanks for the solution!
Comment #3
gordon commentedFix in the #991956: Non-admin users can't edit their own content, due to Fatal Error.