Woocommerce购物车问题和错误

时间:2015-06-28 19:41:11

标签: php wordpress woocommerce

所以我在尝试删除后出现以下错误

  

警告:无法修改标题信息 - 已在第1196行的/home/melkypie/public_html/wp-includes/pluggable.php中通过(/home/melkypie/public_html/index.php:2开始的输出)发送的标题< / p>

这是pluggable.php第1196行的代码 `if(!$ location)         返回false;

$location = wp_sanitize_redirect($location);

if ( !$is_IIS && PHP_SAPI != 'cgi-fcgi' )
    status_header($status); // This causes problems on IIS and some FastCGI setups

header("Location: $location", true, $status);//Line 1196

return true;`

此外,当我未使用我的管理员帐户登录时,我无法将产品添加到购物车。它表明该产品已经成功地添加到购物车中,但是当我去那里时。它显示购物车是空的。 我已经检查了woocommerce系统的状态,它表明那里的一切都很好 任何人都可以帮助我吗

1 个答案:

答案 0 :(得分:0)

核心文件中可能有一些空格空格,例如functions.php,可能会导致您的错误。确保删除它们。

有关进一步说明,请参阅this帖子。