- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
安装ecshop出现以下错误:
Strict Standards: Only variables should be passed by reference in uploadincludescls_template.php on line 418
解决办法 :
5.3以上版本的问题,应该也和配置有关 只要418行把这一句拆成两句就没有问题了 $tag_sel = array_shift(explode(' ', $tag)); 改成: $tag_arr = explode(' ', $tag); $tag_sel = array_shift($tag_arr);
QQ咨询
售后
备案
二维码
TOP