当前位置:网站首页>dedecms error The each() function is deprecated
dedecms error The each() function is deprecated
2022-08-05 04:21:00 【website building shadow】
In the PHP7+ environment, the member module in the old version of Dreamweaving or the XSS filter function in the third-party plug-in has the error message of each() as shown in the figure above.
This is because the version above php7+ abandoned eachThe function causes, let's correct it
Open the number of on line lines corresponding to the error prompt file
Put
while (list($key) = each($val))Change to
foreach ($val as $key => $value)边栏推荐
猜你喜欢

JeeSite新建报表
![Spark Basics [Introduction, Getting Started with WordCount Cases]](/img/90/ebe887db0f8c36895691dea05f62cf.png)
Spark Basics [Introduction, Getting Started with WordCount Cases]

Index Mysql in order to optimize paper 02 】 【 10 kinds of circumstances and the principle of failure

工业级远距离无线传输装置的功能有哪些?

概率论的学习和整理8: 几何分布和超几何分布

UE4 在游戏运行时更改变量 (通过鼠标滑轮来更改第一人称角色的最大行走速度)

dedecms后台生成提示读取频道信息失败的解决方法

How to solve the three major problems of bank data collection, data supplementary recording and index management?

Some conventional routines of program development (1)

The solution to the failure to read channel information when dedecms generates a message in the background
随机推荐
七夕节赚徽章拉
About the installation of sklearn library
BI业务分析思维:现金流量风控分析(二)信用、流动和投资风险
数字孪生技术在电力系统中的应用现状
小程序_动态设置tabBar主题皮肤
Analyses the mainstream across technology solutions
8.04 Day35-----MVC三层架构
UE4 通过互动(键盘按键)开门
mutillidae下载及安装
【8.2】代码源 - 【货币系统】【硬币】【新年的问题(数据加强版)】【三段式】
How do newcomers get started and learn software testing?
[SWPU2019]Web1
[BSidesCF 2019]Kookie
DNS被劫持如何处理?
Qixi Festival earn badges
How to solve complex distribution and ledger problems?
【informix】解决启动报错大全,以及解决办法
Android interview question - how to write with his hands a non-blocking thread safe queue ConcurrentLinkedQueue?
Detailed explanation of Mysql's undo log
Cron(Crontab)--use/tutorial/example