Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ok, it seems to be fixed. In case anyone else runs across this problem, here is what I did:

    I did a little further detective work and checked the cgi_error_log in the “stats” folder from my FTP site. In looking at that file, I found the line:

    PHP Warning: Cannot modify header information – headers already sent by (output started at /[server info]/wp-config.php:77) in [more server info]

    This was repeated over and over again, so obviously the error had to be in the wp-config.php file, which I had already checked for blank spaces.

    It didn’t have any blank spaces, but it had this random, long <script> at the end of all the regular php info. Wondering what would happen if I removed it and figuring I could always put it back later if I needed to, I erased the script and re-uploaded the wp-config.php file.

    Worked like a charm!

    Ok you guys, I’ve tried everything you’ve posted and still a no-go.

    Here’s what I’ve tried:
    1) deleting extra spaces in wp-admin/admin-functions.php
    2) deleting spaces in wp-content/themes/[mytheme]/functions.php
    3) deleting spaces in wp-includes/functions.php, functions.wp-scripts.php, and functions.wp-styles.php
    4) looked for define(WP-CACHE in wp-config but I didn’t find that line anywhere
    5) backed up the whole wp-admin folder, deleted it from FTP, re-uploaded

    …still no luck. Any other ideas? Like others who have posted, it was working perfectly fine yesterday, no problems, then tried to open it this morning and… nothing.

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