首页建站经验 安装ECSHOP错误,Strict Standards: Only variables should be passed by reference

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

环境:php5.4 + mysql 5.5错误警告:Strict Standards: Only variables should be passed by reference in D:/www/Apache2.2/htdocs/ecshop/includes/cls_template.php on line…

环境:php5.4 + mysql 5.5

错误警告:Strict Standards: Only variables should be passed by reference in D:/www/Apache2.2/htdocs/ecshop/includes/cls_template.php on line 418

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

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

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

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

$tag_sel = array_shift($tag_arr);

 

本文来自网络,不代表1号站长-站长学院|资讯交流平台立场。转载请注明出处: https://www.1cn.cc/jianzhan/jingyan/17045.html
上一篇让shopex.4.85支持php5.3的方法详解
下一篇 phpcms 后台登录页面版权信息修改
admin

作者: admin

这里可以再内容模板定义一些文字和说明,也可以调用对应作者的简介!或者做一些网站的描述之类的文字或者HTML!

为您推荐

评论列表()

    联系我们

    联系我们

    0898-88888888

    在线咨询: QQ交谈

    邮箱: email@wangzhan.com

    工作时间:周一至周五,9:00-17:30,节假日休息

    关注微信
    微信扫一扫关注我们

    微信扫一扫关注我们

    关注微博
    返回顶部