WSDOT / wsdot-website

Codebase for WSDOT's public Drupal 7 website hosted on Acquia.
0 stars 4 forks source link

Fix "The following module is missing from the file system..." warning messages #424

Closed waynedyck closed 5 years ago

waynedyck commented 5 years ago

The warning was introduced in Drupal 7.50 and is displayed when Drupal is attempting to find a module or theme in the file system, but either cannot find it or does not find it in the expected place. Usually this indicates a problem with the site.

This is a result of the unused content types, views and panels I recently removed. I did disable those modules, however, did not uninstall them from the command line.

waynedyck commented 5 years ago

Considering these missing modules are all custom features the easiest solution might be just using Module Missing Message Fixer rather than using Drush on the command line or reverting the changes to add the modules back only to disable and remove them again.