Magento Debug HEADERS ALREADY SENT error

前端 未结 11 648
盖世英雄少女心
盖世英雄少女心 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:49

    I have the same problem while installing Magento.

    In my case enabling output_buffering in PHP solved the issue.

    In xampp with PHP 5.6 output_buffering is enabled by default.

    In xampp with PHP 5.3 output_buffering is disabled by default.

提交回复
热议问题