Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having the exact same issue and posted it 2 days ago. Still waiting for an answer. I cant log on to my site.

    Thread Starter Leprekahn

    (@leprekahn)

    Things I have done so far:

    How to Solve WP Super Cache Problem?
    1. Deactivate the WP Super Cache
    2. In your server control panel, edit the wp-config.php file
    3. Under the MySQL settings of your wp-config.php file, comment or remove this line of codes:

    From:

    define(‘WP_CACHE’, true); //Added by WP-Cache Manager
    define( ‘WPCACHEHOME’, ‘/home/test/public_html/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager

    To:

    //define(‘WP_CACHE’, true); //Added by WP-Cache Manager
    //define( ‘WPCACHEHOME’, ‘/home/test/public_html/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager

    and I tried uninstalling wp super cache by doing the following:

    uninstall

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