Warning: Cannot modify header information - headers already sent by (output
started at /home/ezekiel/public_html/boxsponsive/wp-
content/themes/BoxSponsive-Portfolio/class.wp-less-styles.php:3) in
/home/ezekiel/public_html/boxsponsive/wp-includes/pluggable.php on line 934
所以,我敢肯定,出于这样或那样的原因,你们以前都见过这个错误。然而,这次的问题有点不同。
我去掉了多余的行,确保文件的编码是正确的,基本上,我尝试了通常的修复。此网站上没有插件。
导致问题的代码如下:http://pastebin.com/3TSDWhTS
我以前使用过这段代码,没有任何问题(在其他服务器上),但我真的不懂PHP。。。有人能发现问题吗?
P、 美国告诉我去掉顶部的线条是行不通的。需要其他想法。。。
Update: 我觉得自己像个白痴。有一个不同的文件有相同的bug(额外的一行),这就是为什么错误没有消失。新手犯的错误,真的。
最合适的回答,由SO网友:Rutwick Gangurde 整理而成
和“一匹小马驹”一起走。。。
更改:
<?php /* You really don\'t want to touch this file if you don\'t know what you\'re doing. */ ?>
<?php
class WP_LESS_Styles extends WP_Dependencies { ....
收件人:
<?php /* You really don\'t want to touch this file if you don\'t know what you\'re doing.*/
class WP_LESS_Styles extends WP_Dependencies {...