欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > ECSHOP教程 >
ECSHOP教程

ecshop管理页面报Non-static method cls_image::gd_version() 错误的解决方法

(元素模板) / 2022-10-02 18:46

安装了ecshop以后,进入管理页面,发现顶部有两行提示:


Strict Standards: Non-static method cls_image::gd_version() should not be called statically in D:\shop\xampp-portable\htdocs\ecshop\includes\lib_base.php on line 347

在网上搜索了一下,在这里找到了答案:

具体方法是:

将347行的代码:


return cls_image::gd_version();

改为:

$p = new cls_image();
return $p->gd_version();
Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com