• I originally had a template, pages laid out and everything was working fine until I installed and activated the WP Super Cache Plugin.

    Website: http://www.wun2free.com

    After I activated WP Super Cache this script: “define(‘WP_CACHE’, true); //Added by WP-Cache Manager define( ‘WPCACHEHOME’, ‘/home/testingwilson/wun2free.com/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager” showed up on the very top on every page including my dashboard, and even when I log in or out of the wp-admin page. I am not a coder or have had any experience dealing with this, does anyone know how to resolve this issue?

    I already tried using the WP database reset and WP reset plugins which did not resolve it but just deleted all my content, and I went to cPanel and removed all my WordPress files from my public_html/wun2free.com which didn’t even do anything to my http://www.wun2free.com website.
    Thanks in advance!

    Reply

    http://wordpress.org/extend/plugins/wp-super-cache/

Viewing 1 replies (of 1 total)
  • Not sure if you ever found a solution to this but I found this:
    (here)

    Open wp-config file and delete the inserted code at top of page which will look like this:

    //Added by WP-Cache Manager
    define(‘WP_CACHE’, true); //Added by WP-Cache Manager
    define( ‘WPCACHEHOME’, ‘/home/XXXXXXXXX/public_html/XXX/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager
    define(‘COOKIE_DOMAIN’, ‘XXXXXXXXXXXXXXX’); // Added by W3 Total Cache

    It worked for me!!

Viewing 1 replies (of 1 total)
  • The topic ‘WP Super Cache script error showing! Help!’ is closed to new replies.