首页 >

织梦DedeCMS在PHP7上报错The each() function is deprecated.

织梦DedeCMS在PHP7上报错The each() function is deprecated.织梦DedeCMS在PHP7上报错The each() function is deprecated.

在使用PHP7+环境下,织梦的旧版本程序里会员模块或者第三方插件中XSS过滤函数里有个上图的each()报错提示,

这是因为php7+以上版本抛弃了each函数导致,来纠正即可

打开报错提示文件对应的 on line 行数

while (list($key) = each($val))

改成

foreach ($val as $key => $value)

完成


织梦DedeCMS在PHP7上报错The each() function is deprecated.
  • 浅谈织梦DedeCMS连接数据库失败怎样去解决
  • 浅谈织梦DedeCMS连接数据库失败怎样去解决 | 浅谈织梦DedeCMS连接数据库失败怎样去解决 ...

    织梦DedeCMS在PHP7上报错The each() function is deprecated.
  • 解决织梦DedeCMS验证码不显示不正确方法
  • 解决织梦DedeCMS验证码不显示不正确方法 | 解决织梦DedeCMS验证码不显示不正确方法 ...

    织梦DedeCMS在PHP7上报错The each() function is deprecated.
  • 取消织梦DedeCMS 留言簿的验证码的方法
  • 取消织梦DedeCMS 留言簿的验证码的方法 | 取消织梦DedeCMS 留言簿的验证码的方法 ...