我在 bellissima themeforest woocommerce 主题中遇到了可捕获的致命错误。http://www.pursesgalore.com.au/有人可以帮忙吗?
代码:
if(!$dst_h) :
//can't resize, so return original url
$img_url = $url;
$dst_w = $orig_w;
$dst_h = $orig_h;
-------------------------- 行号 1040 --------- --
else :
//else check if cache exists
if(file_exists($destfilename) && getimagesize($destfilename)) {
$img_url = "{$upload_url}{$dst_rel_path}-{$suffix}.{$ext}";
}
错误:可捕获的致命错误:无法将类 WP_Error 的对象转换为第 1040 行 /home/pursesga/public_html/wp-content/themes/bellissima/functions.php 中的字符串