• I have just noticed that under the Compatibility test there is voice WP_CACHE define: Not defined
    Is it normal?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor gidomanders

    (@gidomanders)

    You should have the following in your wp-config.php file:

    
    /** Enable W3 Total Cache */
    define('WP_CACHE', true); // Added by W3 Total Cache
    

    If it’s not there, try to add it manually, preferable right after the <?php.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @nicocaldo,

    Have you managed to resolve the issue? Please give us a feedback so you can close the topic and mark it as resolved.

    Best regards,

    Marko

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Compatibility test WP_CACHE define: Not defined’ is closed to new replies.