当前位置:K88软件开发文章中心编程全书编程全书02 → 文章内容

解决wordpress登陆问题Warning: Cannot modify header information – headers already sent by (output started at

减小字体 增大字体 作者:佚名  来源:网上搜集  发布时间:2019-1-4 9:16:21

-->

第一次安装wordpress,登陆就提示这写错误信息,检查半天才发现是wp-config.php这个配置文件出错了,由于用记事本编辑后没有保存为UTF-8编码格式,记事本默认是ANSI,所以导致出现一系列提示错误。所以还是建议大家使用notepad++软件编辑。

Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /qy_data/wwwroot/qyftp3882/wp-config.php:1) in /qy_data/wwwroot/qyftp3882/wp-content/themes/qqoq/inc/qq.php on line 8

Warning: Cannot modify header information – headers already sent by (output started at /qy_data/wwwroot/qyftp3882/wp-config.php:1) in /qy_data/wwwroot/qyftp3882/wp-login.php on line 368

Warning: Cannot modify header information – headers already sent by (output started at /qy_data/wwwroot/qyftp3882/wp-config.php:1) in /qy_data/wwwroot/qyftp3882/wp-login.php on line 380

Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /qy_data/wwwroot/qyftp3882/wp-config.php:1) in /qy_data/wwwroot/qyftp3882/wp-content/themes/qqoq/inc/qq.php on line 8

Warning: Cannot modify header information – headers already sent by (output started at /qy_data/wwwroot/qyftp3882/wp-config.php:1) in /qy_data/wwwroot/qyftp3882/wp-login.php on line 368

Warning: Cannot modify header information – headers already sent by (output started at /qy_data/wwwroot/qyftp3882/wp-config.php:1) in /qy_data/wwwroot/qyftp3882/wp-login.php on line 380

Warning: Cannot modify header information – headers already sent by (output started at /qy_data/wwwroot/qyftp3882/wp-config.php:1) in /qy_data/wwwroot/qyftp3882/wp-includes/pluggable.php on line 680

Warning: Cannot modify header information – headers already sent by (output started at /qy_data/wwwroot/qyftp3882/wp-config.php:1) in /qy_data/wwwroot/qyftp3882/wp-includes/pluggable.php on line 681

Warning: Cannot modify header information – headers already sent by (output started at /qy_data/wwwroot/qyftp3882/wp-config.php:1) in /qy_data/wwwroot/qyftp3882/wp-includes/pluggable.php on line 682

Warning: Cannot modify header information – headers already sent by (output started at /qy_data/wwwroot/qyftp3882/wp-config.php:1) in /qy_data/wwwroot/qyftp3882/wp-includes/pluggable.php on line 876


解决wordpress登陆问题Warning: Cannot modify header information – headers already sent by (output started at