permission error on Special:UserRights
Fragment of a discussion from Extension talk:Lockdown
Hi, I got the same problem myself. Try to apply getEffectiveGroups(true) patch you can see in another thread below. Otherwise, try to add this line:
$wgSpecialPageLockdown['Userrights'] = array('sysop', 'bureaucrat');
Hope this helps!