php高版本安装ECShop错误解决办法 联系客服

发布时间 : 星期一 文章php高版本安装ECShop错误解决办法更新完毕开始阅读6cca0022284ac850ad024295

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

F:\\xampp\\htdocs\\ceshi\\includes\\lib_base.php on line 346

找到\\lib_base.php 第 346行

将它注释 //return cls_image::gd_version(); 添加

$p = new cls_image();

return $p->gd_version(); 即可

2、Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead

in F:\\xampp\\htdocs\\ceshi\\includes\\cls_template.php on line 300

找到\\lib_template.php 第 300行

将它注释 //return preg_replace(\添加

return preg_replace_callback(\function($r){return $this->select($r[1]);}, $source); 即可

3、

Strict Standards: Only variables should be passed by reference in

F:\\xampp\\htdocs\\ceshi\\includes\\cls_template.php on line 422

找到\\lib_template.php 第 422行

将它注释 //$tag_sel = array_shift(explode(' ', $tag)); 添加

$tag_arr = explode(' ', $tag);

$tag_sel = array_shift($tag_arr); 即可

4、Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in F:\\xampp\\htdocs\\ceshi\\includes\\cls_template.php on line 1074

找到\\lib_template.php 第 1074行

将它注释

//$pattern = '/