WordPress Updates Disabled

From KOP KB
Jump to: navigation, search

Sometimes you'll find that you cannot make any updates via the WordPress Admin Dashboard. This can be be caused by the following line of code being present in the wp-config.php file.

define('DISALLOW_FILE_MODS', true);

Set the value to 'false' instead of 'true' and you should be able to make WordPress updates in the dashboard.