PHP Warning Cannot Modify Header Information -
this question has answer here:
- how fix “headers sent” error in php 11 answers
my site running fine on 1 server when shifted server, pages giving following warning message.
warning: cannot modify header information - headers sent (output started @ /home/parviz/public_html/ganj_videos/lang/english.php:1) in /home/parviz/public_html/ganj_videos/mobile/detect.php on line 50
any idea on how fix it?
thanks.
most new server has different setting errors , warnings. if php issues warning or error output cause headers fail.
change level using error_reporting function.
Comments
Post a Comment