• Hi All,

    I tried using wp super cache but I had an issue where the pages I had set up as confirmation pages were included in the cached version of the site.

    Hence all the nav went crazy and published all the links.

    Well I am not a developer so I could not fix this and my designer was too busy to look.

    Anyhoo, so now I have been trying to remove it and I have added in the line of code to the:

    “Edit the file uninstall.php in your plugins/wp-super-cache/ directory and set UNINSTALL_WPSUPERCACHE to a non blank value. define( ‘UNINSTALL_WPSUPERCACHE’, ‘1’ ); “

    But now i get this error:

    Parse error: syntax error, unexpected ‘;’ in /home/”webadrresshere”/public_html/wp-content/plugins/wp-super-cache/uninstall.php on line 16

    Which I assume means it is somthing that I have done wrong when i inserted this:

    if ( defined( ‘UNINSTALL_WPSUPERCACHE’, ‘1’ );
    wp_die( ‘UNINSTALL_WPSUPERCACHE set somewhere else! It must only be set in uninstall.php’ );

    Which was my change, some advice if this is wrong would be great thank you!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

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