最近做的一个主题,不知道是什么原因,安装之后后台出现了错误的信息(我的网站上安装不会,客户的会):
Warning: cannot modify header information - headers already sent by (output started at /home/jun/public_html/wp-content/themes/wpbars/dd.php:3) in /home/jun/public_html/wp-includes/pluggable.php on line 690
搜索之后,在官方网站上也有解决方法,就是说是由于php之中的一些空白造成,只需要把留白的地方去掉就行。可我已经去掉了,还是没有解决,在一篇文章中提到可以在出现错误的php的头部加入ob_start();,果然加进去之后就解决了。