• I get this Error: WP_CACHE is not enabled in your wp-config.php file and I couldn’t modified it.
    Edit /home/overland/public_html/wp-config.php and add the following line:
    define(‘WP_CACHE’, true);
    Otherwise, WP-Cache will not be executed by WordPress core.

    Where do I post this in my config.php?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I just put it right above that “Do not edit below this line” line myself.

    Thread Starter overlander

    (@overlander)

    thanks dr mike, tried that, and got this error:
    (‘WP_CACHE’, true);
    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/overland/public_html/wp-config.php:2) in /home/overland/public_html/wp-content/plugins/wp-shopping-cart/wp-shopping-cart.php on line 38

    shopping cart must conflict with plugin

    Thread Starter overlander

    (@overlander)

    ok, got it working, put it below the other ‘define items

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘error’ is closed to new replies.