ccampbell/chromephp

Warning: Cannot modify header information

MarcoGomesr opened this issue · 2 comments

Warning: Cannot modify header information - headers already sent by (output started at /Volumes/Backup/Sites/test/chromelogger/index.php:1) in /Volumes/Backup/Sites/test/chromelogger/ChromePhp.php on line 394

just put this

<?php
   require 'ChromePhp.php';
   ChromePhp::log('Hello console!');
?>

error_reporting(0) will not solve the problem, but it will clean the output error