今天菜鸟一个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 展开
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 展开
展开全部
问题应该是出现在functions.php这个文件。第一行是什么代码还是空行/空格?你可以先试试重新下载个同版本的wordpress,把pluggable.php替换一下
参考资料: 博客吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
就是在修改header头信息前,已经有输出的。在该文件前面打开ob_start();
参考资料: php语法
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-02-07
展开全部
不知道!去修吧!
来自:求助得到的回答
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询