wp-config.php operation failed when changing `WP_CACHE` const
-
Hi,
my hosting has a lot of security features, one of them is that they do not allow to write the wp-config.php file. Your plugin is checking, if wp-config.php is writable to define this:
define('WP_CACHE', true);
Hence the admin error notification, that says wp-config.php file is not writable.But it should also check if the necessary setting is already defined, so there is no need for the admin error notification.
Please fix your code to check if
WP_CACHE
is defined and if it is set to true and if so, don’t show the error notification!Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp-config.php operation failed when changing `WP_CACHE` const’ is closed to new replies.