You should check your
wp-config.php
file and if you find this linedefine('DISALLOW_FILE_MODS',true);
change its value to false:
define('DISALLOW_FILE_MODS',false);
tutorial101 is the one place for high quality web development, Web Design and software development tutorials and Resources programming. Learn cutting edge techniques in web development, design and software development, download source components and participate in the community.
wp-config.php
file and if you find this linedefine('DISALLOW_FILE_MODS',true);
define('DISALLOW_FILE_MODS',false);