• hi,
    firstly i removed “define(‘WP_CACHE’, true);” in my wp-config.php and upload the plugin. After activated it i goto options/super cache but get an error like this, what can i do?

    Error: WP_CACHE is not enabled in your wp-config.php file and I couldn’t modified it.
    Edit /var/www/vhosts/notoku.com/httpdocs/wp-config.php and add the following line:
    define(‘WP_CACHE’, true);
    Otherwise, WP-Cache will not be executed by WordPress core.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Add that line back in and it’ll work.

    Thread Starter turko

    (@turko)

    yes, when i add that line back it works, but plugin doesnt cache any page!

    WP-Cache
    * 0 cached pages
    * 0 expired pages
    WP-Super-Cache
    * 0 cached pages
    * 0 expired pages.

    i make “wp-content” chmod 755
    i have “wp-content/wp-cache-config.php”
    – i have “wp-content/advanced-cache.php”
    – i add codes related htacces to .htacces
    – i configured plugin its setting page
    – mod rewrite and permalinks enabled. (mod mime i dont know how to control)
    – there isn’t any directory like “wp-content/cache/supercache/”
    – my domain is without “www”
    – my blog is in main directory
    – my config.php ->
    .
    .
    require_once(ABSPATH.’wp-settings.php’);
    define(‘WP_CACHE’, true);
    ?>
    – php safe mod is disabled

    what can i do more to operate the plugin well?

    Thread Starter turko

    (@turko)

    stil 0 pages cached unfortunately!

    Make sure “define(‘WP_CACHE’, true);” is above “require_once(ABSPATH.’wp-settings.php’);”. See point 5 of the Troubleshooting section of the readme.txt 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: WP Super Cache] error about wp_cache’ is closed to new replies.