您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

ecshop 在高版本PHP下报错的解决方法

2024/4/9 15:56:17发布7次查看
1 .ecshop提示strict standards: non-static method cls_image
::gd_version() should not be called statically ine:\wwwroot\weirenchou\includes\lib_base.php on line 346
找到346行吧return cls_image::gd_version()
替换成:$p = new cls_image();return $p->gd_version();
2 .ecshop的时候出现如下错误deprecated: preg_replace(): the /e modifier is deprecated, use preg_replace_callback instead in \ecshop\includes\cls_template.php on line 300
打开ecshop的目录找到includes\cls_template.php 到第300行把return preg_replace(/{([^\}\{\n]*)}/e, \$this->select('\\1');, $source);替换成return preg_replace_callback(/{([^\}\{\n]*)}/, function($r) { return $this->select($r[1]); }, $source);
3. strict standards: only variables should be passed by reference in e:\web\shopex\includes\cls_template.php on line 422$tag_sel = array_shift(explode(' ', $tag));
改成:
$tag_arr = explode(' ', $tag); $tag_sel = array_shift($tag_arr);
版权声明:本文为博主原创文章,未经博主允许不得转载。
以上就介绍了ecshop 在高版本php下报错的解决方法,包括了方面的内容,希望对php教程有兴趣的朋友有所帮助。
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product