[Plugin: Quick Cache] define('DISALLOW_FILE_EDIT', true) kills this plugin!
-
I accidentally found a quick and easy way to kill the Quick Cache plugin! The Ultimate Security Checker plugin recommends turning off the WordPress admin file editor for plugins and themes by adding this definition to the wp-config.php file:
define('DISALLOW_FILE_EDIT', true);
This kills the Quick Cache plugin in a big way. When I try to access the plugin settings in the admin, I get this error message:
You do not have sufficient permissions to access this page.
In addition, the Quick Cache menu disappears from the admin sidebar, and the Clear Cache button disappears from the top of the admin screen.
Apparently, the DISALLOW_FILE_EDIT configuration option is totally incompatible with Quick Cache. Why does Quick Cache need file editing permission? Is this a bug or a feature? ??
Thanks for any light you can shed on this!
Fred Chapman
[ Signature moderated. ]
- The topic ‘[Plugin: Quick Cache] define('DISALLOW_FILE_EDIT', true) kills this plugin!’ is closed to new replies.