所以我在尝试删除后出现以下错误
警告:无法修改标题信息 - 已在第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系统的状态,它表明那里的一切都很好 任何人都可以帮助我吗