今天菜鸟一个wordpress网站从win主机换到linux主机,域名也换了,然后修改了,最后等后台时,出现这种情况 15

然后这是pluggable.php里的部分:functionwp_redirect($location,$status=302){global$is_IIS;$locat... 然后这是pluggable.php里的部分:
function wp_redirect($location, $status = 302) {

global $is_IIS;

$location = apply_filters('wp_redirect', $location, $status);

$status = apply_filters('wp_redirect_status', $status, $location);

if ( !$location ) // allows the wp_redirect filter to cancel a redirect

return false;

$location = wp_sanitize_redirect($location);

if ( !$is_IIS && php_sapi_name() != 'cgi-fcgi' )

status_header($status); // This causes problems on IIS and some FastCGI setups

header("Location: $location", true, $status);(注意了!这是876行!)

}
对了 ,其他主页里的页面都没事。。。登录后台时提示:Warning: Cannot modify header information - headers already sent by (output started at /home/xuzhital/domains/xuzhiseo.cn/public_html/wp-content/themes/blixed/functions.php:1) in /home/xuzhital/domains/xuzhiseo.cn/public_html/wp-includes/pluggable.php on line 876
展开
 我来答
bitee
2013-02-11 · TA获得超过194个赞
知道小有建树答主
回答量:402
采纳率:0%
帮助的人:334万
展开全部
问题应该是出现在functions.php这个文件。第一行是什么代码还是空行/空格?你可以先试试重新下载个同版本的wordpress,把pluggable.php替换一下

参考资料: 博客吧

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
eancn
2013-02-07
知道答主
回答量:4
采纳率:0%
帮助的人:3万
展开全部
扩展问题。看看php的配置
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
仗剑去K人
2013-02-10
知道答主
回答量:3
采纳率:0%
帮助的人:2.9万
展开全部
就是在修改header头信息前,已经有输出的。在该文件前面打开ob_start();

参考资料: php语法

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2013-02-07
展开全部
不知道!去修吧!
来自:求助得到的回答
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式