首頁  >  文章  >  後端開發  >  Warning: Cannot modify header information

Warning: Cannot modify header information

WBOY
WBOY原創
2016-06-20 12:36:521077瀏覽

metinfo5.2安装成功提示:

Warning: Cannot modify header information - headers already sent by (output started at f:\ffff\index.php:1) in  f:\ffff\l\include\common.inc.php on line 4


回复讨论(解决方案)

显然 f:\ffff\index.php 被你编辑过了,留下了 BOM 头
并且你的 php 版本页比较低

你的index.php文件中用到了ob_start之类的?

header前不能有输出
可以在header前加上 ob_clean();

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn