lib_base.php on line 346

Ecshop 开发

如果遇到这个问题可以一下方法解决

Strict Standards: Non-static method cls_image::gd_version() should not
be called statically in

D:\workspace\ecshop\includes\lib_base.php on line 346

//return cls_image::gd_version();

改成

$cls_image = new cls_image();

return $cls_image->gd_version();

此条目发表在 Ecshop 分类目录。将固定链接加入收藏夹。

发表评论