• Resolved Rollercoasterider

    (@rollercoasterider)


    My Site: http://loveanyway.theherosspouse.com/

    I backed up my site as a preparation for updating to the latest WP and my plugins. The new version of WP went fine, then it crashed with the plugins update and I could not get into WP Admin. This has happened before, so I did what I did back then.

    1. Went to Cpanel and renamed wp-content/plugins folder in cPanel > File Manager
    2. Visited my site.
    3. Restored the original folder name

    This deactivated my plugins and now I have turned them on bit by bit to see if I can find the problem. Well, different error codes come up depending on what is on. Right now I have Bad Behavior activated because we were getting a ton of spam comments, but that plugin is referenced in the error code. WP cache is consistently noted in the error code and I have kept it deactivated. I’m guessing there is some folder that I need to remove or rename—or something—in cpanel that has to do with the WP Cache plugin.

    Here is the error code as it appears now:

    define( ‘WPCACHEHOME’, ‘/home/rcr/public_html/loveanyway/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager
    Warning: Cannot modify header information – headers already sent by (output started at /home/rcr/public_html/loveanyway/wp-config.php:2) in /home/rcr/public_html/loveanyway/wp-content/plugins/bad-behavior/bad-behavior/screener.inc.php on line 12

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Rollercoasterider

    (@rollercoasterider)

    I received a lot of SPAM because I mixed up Akismet with Bad Behavior and did not reactivate Akismet at first. So I’ve been trying to delete 18K SPAM comments. I can’t really think of what else I might have done. Oh, I turned off comments on all pages and posts…but I did that a few days ago. Suddenly yesterday afternoon I was unable to access wp-admin again. I had been away for a bit and came back to get in and could not, so I don’t know that I had done anything that immediately caused it–if I did, I did not try to get in right afterwards and so I can’t recall what I must have done.
    So I just went into my cpanel to rename the plugins folder in wp-content and this time it did not work. I still can’t get into wp-admin.

    I think I’ve turned on and off a few plugins–testing them–in the last few days and so the error messages at the site and wp-admin are now different from each other and from before.

    wp-admin error message:

    define( ‘WPCACHEHOME’, ‘/home/rcr/public_html/loveanyway/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager
    Warning: Cannot modify header information – headers already sent by (output started at /home/rcr/public_html/loveanyway/wp-config.php:2) in /home/rcr/public_html/loveanyway/wp-includes/pluggable.php on line 1178

    Blog error message:

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

    Thread Starter Rollercoasterider

    (@rollercoasterider)

    I replaced pluggable.php with pluggable.php from the back up I took on 24 January. Now the error message references line 1121 instead of line 1178.

    Here is line 1121 from pluggable.php

    header(“Location: $location”, true, $status);

    There are no spaced before or after that quoted text.

    Thread Starter Rollercoasterider

    (@rollercoasterider)

    I just replaced wp-config with the original from my back up and that seems to have fixed the problem. Though I admit to still feeling a bit wary; I will mark this as solved.

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

The topic ‘Backed Up, Updated Plugins–crashed, up now with error- WP Cache Issues?’ is closed to new replies.