Woocommerce PHP致命错误

时间:2014-05-08 14:12:52

标签: wordpress wordpress-plugin woocommerce

我正在使用我的Wordpress网站获得死亡的白屏,我已将其缩小为我的Woocommerce包含文件中的.php文件。错误如下:

  

PHP致命错误:在第63行的/home2/hatchchi/public_html/wp-content/plugins/woocommerce/includes/wc-deprecated-functions.php中的非对象上调用成员函数get_formatted_name()

以下是第63行包括:

function woocommerce_get_formatted_product_name( $product ) {
    _deprecated_function( __FUNCTION__, '2.1', 'WC_Product::get_formatted_name()' );
    return $product->get_formatted_name();
}

我尝试删除文件,代码行并通过FTP手动替换Woocommerce插件但没有修复它。

导致此类错误的原因是什么?解决方案是什么?

1 个答案:

答案 0 :(得分:0)

最好缩小这些内容,尝试停用所有其他插件并尝试默认的WordPress主题,看看是否能解决您的问题。