I searched for this, so please excuse me if I missed something. The terms are rather generic though.
I have a very lightly modified child theme atop Thematic PowerBlog and I get thrown this error:
Warning: Cannot modify header information - headers already sent by (output started at /home/extremep/public_html/wp-content/themes/EPT Child Theme/functions.php:31) in /home/extremep/public_html/wp-includes/pluggable.php on line 890
When setting options in the administrative areas, saving pages, etc.
Also, in the editing area, where the "Last edited by" section is, I get a red(ish) box conatining:
Warning: Cannot modify header information - headers already sent by (output started at /home/extremep/public_html/wp-content/themes/EPT Child Theme/functions.php:31) in /home/extremep/public_html/wp-includes/classes.php on line 1601
I can't decipher much from that. My child theme's functions.php has the default content (all commented out). Not sure where to go from here.