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

CommentFileSizeAuthor
user.module_62.patch766 bytesontwerpwerk

Comments

profix898’s picture

Status: Active » Closed (duplicate)

Dont 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 ;)

ontwerpwerk’s picture

sorry, got carried away :)