【发布时间】:2018-11-01 08:05:14
【问题描述】:
当我将 Drupal 网站从 7.44 更新到 7.50 时,我现在收到以下警告:
User warning: The following module is missing from the file system: common. In order to fix this, put the module back in its original location. For more information, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (line 1128 of /home/system/public_html/includes/bootstrap.inc).
这是众所周知的警告,并在此处描述 https://www.drupal.org/node/2487215
但问题是没有任何方法没有帮助:
- 数据库的
system表中没有对该模块的引用; -
Module Missing Message Fixer之类的模块看不到; - Drush 也没有看到。
数据库更新,每次更新完成后清除缓存。
我还尝试在文件夹中的.info 和.module 文件中查找引用,但没有成功。
【问题讨论】:
标签: drupal-7