If you can't add new or delete plugins or do updates in WordPress and you have admin or appropriate privileges then the DISALLOW_FILE_MODS constant might be causing you problems if it has been set to true.
Open up your wp-config.php (or possibly functions.php) file and look for the following line/code:
[php]define( 'DISALLOW_FILE_MODS', true );[/php]
Simply comment it out or change true to false.Revisions
- April 29, 2014 @ 14:04:32 [Current Revision] by PeterLugg
- April 29, 2014 @ 14:04:32 by PeterLugg
Revision Differences
There are no differences between the April 29, 2014 @ 14:04:32 revision and the current revision. (Maybe only post meta information was changed.)
No comments yet.