Warning: Cannot modify header information - headers already sent by (output started at /data1/www/htdocs/90/qyapplzhi/1/feed.php:1) in include/cc.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /data1/www/htdocs/90/qyapplzhi/1/feed.php:1) in feed.php on line 68
没有可选项,只能自己修改了。
@ego008 如何修改?给个建议
@lzhi 把/feed.php 里的
mb_substr($article['content'], 0, 150, 'utf-8')
改为:
$article['content']
排版紊乱啊
同时:
在:http://www.lzhi.org/feed
Warning: Cannot modify header information - headers already sent by (output started at /data1/www/htdocs/90/qyapplzhi/1/feed.php:1) in include/cc.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /data1/www/htdocs/90/qyapplzhi/1/feed.php:1) in feed.php on line 68
bom 的问题 http://www.cnitblog.com/CoffeeCat/archive/2008/12/15/52629.html
@ego008 已解决,谢谢。
但是排版错位是怎么回事?
@lzhi 估计也是utf-8 bom 的问题,看看你修改了哪些文件,重新去bom 保存看看。