README.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. The Module Missing Message Fixer module displays a list of missing modules that appear in the message log after the Drupal 7.50 release and provides an interface to fix the entries. This module was designed in sn effort to help those people who didnt want to run SQL commands directly.
  11. * For a full description of the module, visit https://www.drupal.org/project/module_missing_message_fixer
  12. * To submit bug reports and feature suggestions, or to track changes visit https://www.drupal.org/project/issues/module_missing_message_fixer
  13. REQUIREMENTS
  14. ------------
  15. This module requires no additional modules outside of Drupal core.
  16. INSTALLATION
  17. ------------
  18. Install the Module Missing Message Fixer module as you would normally install a contributed Drupal module. Visit https://www.drupal.org/docs/7/extending-drupal-7/installing-contributed-modules-find-import-enable-configure-drupal-7 for further information.
  19. CONFIGURATION
  20. -------------
  21. Through the UI interface:
  22. 1. Enable the Module Missing Message Fixer module.
  23. 2. Ensure that you have the proper permissions by navigating to Administration > People > Permissions and selecting the checkbox.
  24. 3. Navigate to Administration > Configuration > System > Missing Module Message Fixer. Select the missing modules you would like to fix and select the "Remove These Errors!" tab. The module will now go through and remove the "ghost records" from the systems table.
  25. Through Drush:
  26. 1. $ drush en module_missing_message_fixer
  27. 2. $ drush module-missing-message-fixer-list OR $ drush mmmfl. This will generate a list of missing modules.
  28. 3. $ drush module-missing-message-fixer-fix machine_name_of_module (or --all) OR $ drush mmmff machine_name_of_module (or --all). This will fix the missing modules entities.
  29. For more information visit https://www.drupal.org/node/2487215
  30. MAINTAINERS
  31. -----------
  32. * John Ouellet (labboy0276) - https://www.drupal.org/u/labboy0276
  33. Supporting organization:
  34. * Kalamuna - https://www.drupal.org/kalamuna