WordPress Updates Disabled

From KOP KB
Revision as of 16:44, 19 May 2016 by Agoodyer (talk | contribs) (Created page with "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.p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.