Header's Already Sent Warning/error

Very often you get this error on drupal and it happens more specifically after u have edited some file with php start and end tag.First of all this is a php error/warning message and has nothing to do with drupal but is often hard to debug in drupal coz of so many included files, this error is usually caused due to white spaces before the <?php tag ( you don't need a closing tag in drupal related code ). Sometimes your editor also adds a blank line after the closing tag and for that matter any whitespace will cause this error ..

So a good place to look is in the recently edited files if you are being annoyed by this error, I am usually okay with this warning on my sandbox :) .

read http://www.phpbuilder.com/columns/anonymousjoe20080225.php3 to know more abt this error, although it doesn't tell you much about drupal or for that matter any other CMS related cause, but gives you a theoretical understanding of the error ..