首页 > Web开发 > 详细

php有些系统会报错或提示 Cannot modify header information - headers already sent by

时间:2014-02-18 21:35:48      阅读:473      评论:0      收藏:0      [点我收藏+]
1
Warning: Cannot modify header information - headers already sent by (output started at /home/test/domains/test.nl/public_html/wp-content/themes/mugen/engine/theme-scripts.php:1) in /home/test/domains/test.nl/public_html/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php on line 63

  

出现这样的情况的原因很多,比如:

1、<?php 或 ?> 前面有空白符

2、<?php 前面有html代码

3、文件不是无BOM的UTF8编码

 

 

stackoverflow上的文章:

http://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php/8028987#8028987

http://stackoverflow.com/questions/19925262/warning-cannot-modify-header-information-headers-already-sent-by-php-error?answertab=active#tab-top

php有些系统会报错或提示 Cannot modify header information - headers already sent by

原文:http://www.cnblogs.com/ayseeing/p/3554220.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!