Today this error occurred when an extension, for quite some time for the old versions of Magento (1.4) PHP 5.2 was used and now in a Magento 1.7 PHP 5.3 Version should be used.
Cannot send headers; headers already sent in /home/XYZ/public_html/app/code/local/ABC/extension/Model/Mysql4/Datei.php
The problem seems to occur more frequently, if space (in the wrong places) are available or brackets are not closed.
In our case, tells us the error report in the folder var / report with, that, in line 1 the problem. In this case, was behind
<?php
and before
/*
a space available. Once this was removed, everything worked again. While this is the simplest solution or. the simplest problem but it might help one another and yes the same problem?
Used in Magento Version 1.7. Ask, Comments, Proposals? Us directly or as a comment.