• Hi Guys.

    I have problem with WP Super Cache when I try to install it ( WordPress 3.7.1 ).

    I get this error:

    WP_CACHE constant set to false

    The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:

    define(‘WP_CACHE’, true);

    I went in to wp-config.php and i can’t find require_once command: … not even one.

    Now I dont know where to insert define(‘WP_CACHE’, true); inside my wp-config.php .

    I am afraid I will crash the site if I edit the wp-config.php incorrectly.

    Please help someone.

    Thanks in advance.

  • The topic ‘WP Super Cache Error’ is closed to new replies.