• Hi lovelies,
    OMG!!!!!!
    I’m running Weaver II Pro which uses Quick Cache and so I thought I would delete WP Super Cache
    http://www.nmah.com.au
    Now I just have the white screen of death saying
    //define(‘WP_CACHE’, true); //Added by WP-Cache Manager /** WordPress’s config file **/ /** http://wordpress.org/ **/ // ** MySQL settings ** // define( ‘WPCACHEHOME’, ‘/home/ziggy1/www.nmah.com.au/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager define(‘DB_NAME’, ‘nmah’); // The name of the database define(‘DB_USER’, ‘amethyst’); // Your MySQL username define(‘DB_PASSWORD’, ‘wicca4me’); // …and password define(‘DB_HOST’, ‘mysql.nmah.com.au’); // …and the server MySQL is running on // Change the prefix if you want to have multiple blogs in a single database. $table_prefix = ‘wp_hfbgg7_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’ // Turning off Post Revisions. Comment this line out if you would like them to be on. define(‘WP_POST_REVISIONS’, false ); // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-includes/languages. // For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’ // to enable German language support. define (‘WPLANG’, ”); /* Stop editing */ $server = DB_HOST; $loginsql = DB_USER; $passsql = DB_PASSWORD; $base = DB_NAME; define(‘ABSPATH’, dirname(__FILE__).’/’); // Get everything else require_once(ABSPATH.’wp-settings.php’); ?>
    Fatal error: Call to undefined function wp() in /home/ziggy1/www.nmah.com.au/wp-blog-header.php on line 14

    I checked the Plugin folder and it had gone so I uploaded it again to the folder but still get the same result.
    Please help!!!
    Not so smiling as usual,
    Ziggy

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

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

    (@wesleysoccer)

    I just got the same issue…how did you fix? Please help me.

    dean_l

    (@dean_l)

    Anyone have solution for this issue?
    Maybe just clean your htaccess file or similar would help?

    I was just about to start using WP Super Cache, but after reading this I will wait to see that it is easy to remove plugin. Otherwise it’s pointless using it in the first place. It would be great to hear solution. Thanks

    Otherwise plugin sounds good, specially as W3 Total Cache have issues with WP 3.5.1

    karban

    (@karban)

    Hi AmethystZ/Ziggy,
    Dean is correct in assuming that you need to clean out your htaccess file (it’s situated in your website’s root folder). When you install & activate WP Super Cache plugin, it writes some code into your htaccess file – and so when you delete the plugin you must then manually remove the wp-super-cache injected code.

    Also, I strongly advise you to immediately edit your post & remove all your sensitive details – as you’ve provided everyone reading this with all they’d need to hack your site / database if they were inclined to do so….. (and you should also change your database password, as it’s now compromised…).

    I would also advise you to consider adding some security, if you haven’t already (we currently use “BPS Security” plugin on all our WordPress sites, plus a few other security plugins such as “limit login attempts” to prevent brute-force hacking attempts).

    Cheers & hope this helped,
    Karen

    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
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Please help- urgent -site crashed after deletingWP Super Cache’ is closed to new replies.