欢迎访问服务器技术网-www.fuwuqijishu.com

解决ECSHOP”Strict Standards: Non-static method cls_image”问题

网站建设 fuwuqijishu 2年前 (2022-09-04) 116次浏览 0个评论 扫描二维码

前面刚解决”解决ECSHOP出现”Deprecated: preg_replace()”报错提示问题”,不过再次刷新页面又出现新的问题”Strict Standards: Non-static method cls_image::gd_version() should not be called statically in”,看这次是gd_version函数问题。

解决方法:

include/cls_image.php

将这一行:

function gd_version()

改成

static function gd_version()

然后替换文件之后刷新就解决问题。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-0400.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900