• There needs to be something done with my code. It has to do with the WP-Cache, which I think might be a pluggin that should have helped do an install. At any rate, i can’t load anything or get to the Admin stuff. When I try to load anything I get this on the web page:

    define(‘WP_CACHE’, true); //Added by WP-Cache Manager
    Warning: Cannot modify header information – headers already sent by (output started at [mydomain]/blog/wp-config.php:2) in [mydomain]/blog/wp-includes/pluggable.php on line 770

    Line 770 of pluggable.php reads:

    header(“Location: $location”);

    A little bit more of the code surrounding that line is:

    $location = wp_sanitize_redirect($location);

    if ( $is_IIS ) {
    header(“Refresh: 0;url=$location”);
    } else {
    if ( php_sapi_name() != ‘cgi-fcgi’ )
    status_header($status); // This causes problems on IIS and some FastCGI setups
    header(“Location: $location”);
    }
    }
    endif;

    If anyone could help me out, that would be great. I reinstalled everything, overwriting files except those I should not have done in effort to fix this, but to no avail.

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

    (@edmond4)

    Another thing, there had been some issue with the header, which I don’t now get that problem notice on the page as it attempts to load since the re-install of the files. Now I’m back to the problem above.

    Thread Starter edmond4

    (@edmond4)

    Just found this:

    The “headers already sent” error is usually caused by having white space before or after the opening and closing PHP tags (<?php . . . ?>).

    Have you recently edited any files?

    at this URL: https://forum.mamboserver.com/showthread.php?t=49427

    Now I’ve got new problems. I got a login option after the wp-admin.php page loaded, telling me to upgrade, I clicked that, and in a moment had again my login page, and it refused my user name and password. I put in my e-mail for a new password to be sent, then following that link I’m brought to a page which rather than giving me the option of entering a new password, says:

    Sorry, that key does not appear to be valid.

    Oh man, how this is all screwed up.

    If I try to just go to my blog, it loads a clean white, blank page, devoid of any content.

    Thread Starter edmond4

    (@edmond4)

    If my site has been hacked, and I can no longer get in, what do I do? Such was the report from this thread, someone with a similar problem:

    https://forum.mamboserver.com/showthread.php?t=49427

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP-Cache, Goofing me Up, Site Won’t Load’ is closed to new replies.