I tried out MailSystem and have now uninstalled it. The files are still in the /modules/contrib/mailsystem directory of my 8.2.5 installation. When I now try to install a new module I get the following:
The following module is missing from the file system: mailsystem_test_theme bootstrap.inc:236
(I am using a customised version of the bootstrap theme)
The other modules seem to install fine and I do not get an exception but I would like to fix this problem. I have tried deleting the mailsystem module and reinstalling but whether or not mailsystem is installed or present in the file system I still get the same message, Any ideas?
Thanks!
Comments
Comment #2
madmanmax commentedAfter running into the same issues, it seems this warning is generated if you have configuration
extension_discovery_scan_testsset totrue. It's something common that happens in development but probably not something you will have in a production environment.I've also opened an issue against drush (Drush incorrectly reports test themes as missing modules) to see if they can fix it on their side, since it's not a drupal issue.