WP-Cache, Goofing me Up, Site Won’t Load
-
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 770Line 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.
- The topic ‘WP-Cache, Goofing me Up, Site Won’t Load’ is closed to new replies.