爱吾下载 - 努力做内容最丰富最安全的下载站!

爱吾下载站

当前位置:爱吾下载 > 源码技巧 > Ecshop > 安装ECSHOP错误,Strict Standards: Only variables should be passed by reference

安装ECSHOP错误,Strict Standards: Only variables should be passed by reference

发表时间:2015-05-28 14:14作者:sa人气:更新时间:2025-10-06 23:12:03

环境:php5.4 + mysql 5.5

错误警告:Strict Standards: Only variables should be passed by reference in D:wwwApache2.2htdocsecshopincludescls_template.php on line 418

找到418行代码:$tag_sel = array_shift(explode(' ', $tag));

--------------------------------------------------------

解决办法:将该行代码分开写成两行即可

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

$tag_sel = array_shift($tag_arr);

 

标签安装,ECSHOP,错误,Strict,Standards

相关下载

查看所有评论+

网友评论

网友
您的评论需要经过审核才能显示

公众号