Closed (duplicate)
Project:
Simple Access
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2011 at 17:06 UTC
Updated:
9 Oct 2013 at 11:23 UTC
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.