• When I put a theme onto my WordPress I get this error everytime i try and post a comment or do things:

    Warning: Cannot modify header information – headers already sent by (output started at /home/rossheth/public_html/wp-content/themes/deep-blue-10/functions.php:69) in /home/rossheth/public_html/wp-includes/pluggable.php on line 329

Viewing 8 replies - 1 through 8 (of 8 total)
  • See if FAQ Troubleshooting article on How do I solve the headers already sent problem? helps.

    Thread Starter clockworkwar

    (@clockworkwar)

    I tried the FAQ i understand the problem, but using the steps on it I can still not rectify it.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    In your theme’s functions.php file, there is some whitespace at the end of the file, after the “?>”. It may be spaces, tabs, blank lines, whatever. Remove that whitespace. You cannot have anything in functions.php after the final “?>” characters.

    Thread Starter clockworkwar

    (@clockworkwar)

    I have done what the FAQ has said to rectify it. Deleting the white space but the problem still continues.

    Thread Starter clockworkwar

    (@clockworkwar)

    Could I send the file to someones email address, and see what they solve the problem for me? As i have no clue what else to do. If anyone is greatful enough to let me do that, i will thank them greatly!

    Thread Starter clockworkwar

    (@clockworkwar)

    Sorry to bumb again, but this is important.

    Do you have the problem using the widget ready, WordPress Default 1.6 theme?

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    I have done what the FAQ has said to rectify it. Deleting the white space but the problem still continues.

    Download an editor like Textpad. Use that editor to edit the file and save it and then reupload the file to your site.

    Don’t use notepad. Use a text editor that doesn’t suck.

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

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