Magento Debug HEADERS ALREADY SENT error

前端 未结 11 661
盖世英雄少女心
盖世英雄少女心 2020-12-02 23:56

I am receiving the following error in my system.log file:

 2011-01-12T14:16:52+00:00 DEBUG (7): HEADERS ALREADY SENT: 
 [0] C:\\xampp\\htdocs\\www.mysite.com         


        
11条回答
  •  误落风尘
    2020-12-03 00:31

    Maybe it will be helpful for someone: I get similar message when I turn on Magento's WYSIWYG when editing pages in CMS -> Pages (I've got WYSIWYG disabled by default so I have to click "Show/Hide Editor" in order to enable it). If page contains CMS tags such as for example:

    {{store url='my-other-page'}}
    

    this message apears in the system.log after I click "Show/Hide Editor":

    2013-04-06T11:10:38+00:00 DEBUG (7): HEADERS ALREADY SENT: 
    [0] ...\app\code\core\Mage\Core\Controller\Response\Http.php:52
    [1] ...\lib\Zend\Controller\Response\Abstract.php:766
    [2] ...\app\code\core\Mage\Core\Controller\Response\Http.php:83
    [3] ...\app\code\core\Mage\Core\Controller\Varien\Front.php:188
    [4] ...\app\code\core\Mage\Core\Model\App.php:354
    [5] ...\app\Mage.php:683
    [6] ...\index.php:87
    

提交回复
热议问题