弃用函数:each() 函数在 Drupal 中已弃用

Deprecated function: The each() function is deprecated in Drupal

我正在尝试 运行 一个 Drupal 项目。

我收到以下错误:

No active batch. Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2405 of C:\xampp\htdocs\mmcLegacyLexicon\fiveDayDiscovery\includes\menu.inc).

然后我选择所有文件并单击下载这些更新。

之后出现以下错误:

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: /mmcLegacyLexicon/fiveDayDiscovery/batch?id=6&op=do StatusText: OK ResponseText: Fatal error: Cannot use result of built-in function in write context in C:\xampp\htdocs\mmcLegacyLexicon\fiveDayDiscovery\modules\system\system.tar.inc on line 717

我该怎么办?

谢谢。

Drupal 版本 7.61 支持 PHP 版本 7.2。您正在使用 Drupal 版本 7.60。

来源:Drupal release notes