Error messages PHP
-
Hi,
I was repeatedly receiving this error message:
[ERROR] : WP_CACHE constant is not present in wp-config.phpMy host server very kindly looked into this:
“This error is caused when the WP-Optimize plugin is unable to add the constant to the wp-config.php file.
The permission of the wp-config.php file is already set to 0644 which is correct. To resolve this error, I added the following line just after <?php in the wp-config.php file:
define(‘WP_CACHE’, true); // WP-Optimize Cache”
However, I’m now receiving this error message instead:
[ERROR] : WPO_ADVANCED_CACHE constant is not present in advanced-cache.phpWould appreciate any help, thank you.
- The topic ‘Error messages PHP’ is closed to new replies.