article

Friday, June 24, 2016

Wordpress - You do not have sufficient permissions to access this page.

Wordpress - You do not have sufficient permissions to access this page.

You should check your wp-config.php file and if you find this line
define('DISALLOW_FILE_MODS',true);
change its value to false:
define('DISALLOW_FILE_MODS',false);
 

Related Post