【发布时间】:2014-05-08 14:12:52
【问题描述】:
我的 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 插件,但没有任何修复。
什么会导致这种错误?解决办法是什么?
【问题讨论】:
标签: wordpress woocommerce