On Sat, 08 Aug 2015 19:28:43 +0200, Tim Dunphy <[email protected]> wrote:

But when I go to the Special:Memcached page to see what's going on, I get
this message:

Permission error
You do not have permission to do that, for the following reason:
You are not allowed to execute the action you have requested.

Are you sure you actually have the permission to do it? Looking at the code, the extension only grants the 'memcached' permission to the 'bureaucrat' group. Is your user account a bureaucreat? You can check or change this using the Special:UserRights page on your wiki.

You can also change it to grant the permission to all administrators, by adding `$wgGroupPermissions['sysop']['memcached'] = true;` in your LocalSettings.php. (See https://www.mediawiki.org/wiki/Manual:User_rights#List_of_groups)

--
Bartosz Dziewoński

_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to