今天在测试 ecshop 系统时,又遇到了因版本而出现的问题,具体的问题代码如下所示:
Strict Standards: Only variables should be passed by reference in upload\includes\cls_template.php on line 418
ecshop 看来也该升级了,出现的诸多问题都是不兼容 php 高级版本所引起了,夏日博客分析了上面的代码,应该也和配置有关,我们看一下cls_template.php 的 418 行代码如下:
$tag_sel = array_shift(explo...