• Resolved oriver

    (@oriver)


    Hi,

    I was repeatedly receiving this error message:
    [ERROR] : WP_CACHE constant is not present in wp-config.php

    My 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.php

    Would appreciate any help, thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Error messages PHP’ is closed to new replies.