Some leftover permissions are called, and they mess up site adminsitration for users with uid>1
user.module is calling user_access('access configuration pages') which is a permission that is never defined.
My guess is it should be user_access('administer site configuration')
See also http://drupal.org/node/90119
| Comment | File | Size | Author |
|---|---|---|---|
| user.module_62.patch | 766 bytes | ontwerpwerk |
Comments
Comment #1
profix898 commentedDont you think one issue is enough? Marking this a duplicate of http://drupal.org/node/90119
Its the same permission missing in both (one-line) patches, we can correct both in one patch ;)
Comment #2
ontwerpwerk commentedsorry, got carried away :)