Tag: WordPress
WordPress 2.7 中文版错误: Cannot modify header information
by Jia Yi on 二.01, 2009, under 技巧心得
很多网友在全新安装或升级自己的博客到 WordPress 2.7 以后,出现如下提示:Warning: Cannot modify header information – headers already sent by (output started at /home/html/blog/wp-config.php:47) in /home/html/blog/wp-includes/pluggable.php on line 850
这个问题主要发生在UTF-8编码中。
解决方法:用记事本打开wp-config.php,然后另存为编码为ANSI格式的文件,上传覆盖原文件即可。

(问题终于解决了,嘿嘿~hoho)