in Undefined

Admin user tidak bisa upgrade WordPress

I had this problem once.

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

Write a Comment

Comment