Deprecated: Function eregi() is deprecated in /var/www/ecshop/admin/template.php on line 843

产生错误的原因是:
eregi()函数在php 5.30不被支持

修正方法:
将admin/template.php 843行的

1.if (eregi(”^(style|style_)(.*)*”, $file))
修改为

1.if (preg_match(”/^(style|style_)(.*)*/i”, $file))

作者:noel@淘宝网女装新款秋装连衣裙裤子外套上衣_2012时尚女装新款 Ecmall二次开发-PHP技术
地址:http://www.laohucheng.com/post/403/
版权所有©转载时必须以链接形式注明作者和原始出处及本声明!

Tags: 引用(0)
发表评论
昵称 [注册]
密码 游客无需密码
网址
电邮
打开HTML 打开UBB 打开表情 隐藏 记住我