0

In Open Cart i am getting blank home page without any warning. When I set some code to display error message it shows be below error message

" Warning: Cannot modify header information - headers already sent by (output started at /home/XXX/public_html/index.php:5) in /home/XXX/public_html/system/framework.php on line 108"

Please help me with this....

mike
  • 1
  • 1
    Usually it's mean that some error has been occurred and those error appear before your framework start to send headers and content. So you have to check this error and fix it – Alex Slipknot Dec 28 '17 at 08:01
  • Possible duplicate of [How to fix "Headers already sent" error in PHP](https://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php) – Michael Roland Dec 28 '17 at 08:20
  • I check framework file. On local host it's working fine. But on live server same file having this issue. – mike Dec 28 '17 at 11:31

0 Answers0