• when I try to unaprove comments I get this warning:

    Warning: Cannot modify header information - headers already sent by (output started at /public_html/wp-admin/admin-header.php:8) in /public_html/wp-admin/post.php on line 569

    anyone know what to do?

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter tmtracy

    (@tmtracy)

    I have tried everything…anyone else have any ideas?!

    Thread Starter tmtracy

    (@tmtracy)

    I have checked the files over and over, reuploaded many times…I can’t figure out anything that’s wrong. any one know any more ideas, or how to email the developers?

    Thread Starter tmtracy

    (@tmtracy)

    any help would be great. =)

    There’s nothing for the developers to fix. This is an issue caused by the text editor or ftp client. Are you uploading in ASCII mode?

    Thread Starter tmtracy

    (@tmtracy)

    what should I upload in…ascii?

    Thread Starter tmtracy

    (@tmtracy)

    I tried uploading in ascii mode…and I have looked for newlines like was posted about…does anyone else have this problem…if you click on manage then click unaproove on a comment. I can’t see what’s wrong…

    This bug is being caused by the require_once() command. It should not be adding html to the browser before doing a redirect. The browser has already received headers when it then sees a redirect header. That is why it geeks out. I’m not even sure why this line of code is there since this case redirects no matter what. Take out that line and the code works fine. The line isn’t needed.

Viewing 7 replies - 16 through 22 (of 22 total)

The topic ‘Cannot modify header information – headers already sent’ is closed to new replies.