如何修复适用于我的 Drupal 版本的安全更新的错误消息问题?
How to fix an error message issue of security update available for my version of Drupal?
我可以在 Drupal 管理面板上看到这条错误消息。
There is a security update available for your version of Drupal. To
ensure the security of your server, you should update immediately! See
the available updates page for more information and to install your
missing updates. There are security updates available for one or more
of your modules or themes. To ensure the security of your server, you
should update immediately! See the available updates page for more
information and to install your missing updates.
我试着不在这个页面上显示错误信息,
主页 » 管理 » 配置 » 开发
但我现在看到这条错误信息。
这是版本更新问题吗?它启用,请帮助我。谢谢
消息由更新模块显示。据我所知,没有禁用此消息的配置。它仅对具有 administer site configuration
权限的用户显示。
我认为唯一的解决办法是禁用更新模块。
如果你使用 drush,你可以这样做:
drush pm-disable -y update
通常在开发环境中我保持启用更新模块,在生产环境中禁用它。
您应该更新 Drupal and/or 您安装的不安全模块,而不是尝试 "hide" 消息。
使用 drush 检查可用的安全更新:drush pm-updatestatus --security-only
我可以在 Drupal 管理面板上看到这条错误消息。
There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately! See the available updates page for more information and to install your missing updates. There are security updates available for one or more of your modules or themes. To ensure the security of your server, you should update immediately! See the available updates page for more information and to install your missing updates.
我试着不在这个页面上显示错误信息,
主页 » 管理 » 配置 » 开发
但我现在看到这条错误信息。
消息由更新模块显示。据我所知,没有禁用此消息的配置。它仅对具有 administer site configuration
权限的用户显示。
我认为唯一的解决办法是禁用更新模块。 如果你使用 drush,你可以这样做:
drush pm-disable -y update
通常在开发环境中我保持启用更新模块,在生产环境中禁用它。
您应该更新 Drupal and/or 您安装的不安全模块,而不是尝试 "hide" 消息。
使用 drush 检查可用的安全更新:drush pm-updatestatus --security-only