I have this problem with headers already submitted with Magento. I get this error:
HEADERS ALREADY SENT: [0] /var/www/etam/trunk/src/app/code/core/Mage/Core/Controller/Response/Http.php:44 [1] /var/www/etam/trunk/src/lib/Zend/Controller/Response/Abstract.php:727 [2] /var/www/etam/trunk/src/app/code/core/Mage/Core/Controller/Response/Http.php:75 [3] /var/www/etam/trunk/src/app/code/core/Mage/Core/Controller/Varien/Front.php:188 [4] /var/www/etam/trunk/src/app/code/core/Mage/Core/Model/App.php:304 [5] /var/www/etam/trunk/src/app/Mage.php:596 [6] /var/www/etam/trunk/src/index.php:139
I saw this topic, but did not help me much.
I found that I only get this log when I navigate the admin panel and edit the pages using the WYSIWYG editor. When the content of such editing contains .jpg images, then I get that these headers have already sent an error.
As I understand it, this is not for all images, but for some of them. For example, when there is only 1 image without errors. When there are 3, only for one I get this error.
I can not find any spaces or unwanted echo and print . I am stuck with this and I have no idea what to look for. Maybe you could give me some advice? I know this is harmless, but we still do not want to have errors in system.log.
source share