You are here

README.txt in Module Missing Message Fixer 8

Same filename and directory in other branches
  1. 7 README.txt
  2. 2.0.x README.txt
CONTENTS OF THIS FILE
---------------------

* Introduction
* Requirements
* Installation
* Configuration
* Maintainers

INTRODUCTION
------------

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.

* For a full description of the module, visit https://www.drupal.org/project/module_missing_message_fixer
* To submit bug reports and feature suggestions, or to track changes
visit https://www.drupal.org/project/issues/module_missing_message_fixer


REQUIREMENTS
------------

This module requires no additional modules outside of Drupal core.


INSTALLATION
------------

Install the Module Missing Message Fixer module as you would normally install a contributed Drupal module. Visit
https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
for further information.


CONFIGURATION
-------------

Always run locally or on a dev server.  After all these steps below, export your config. For more information, please
see https://www.drupal.org/docs/8/configuration-management/managing-your-sites-configuration

Through the UI interface:
1. Enable the Module Missing Message Fixer module.
2. Ensure that you have the proper permissions by navigating to Administration > People > Permissions and selecting
the checkbox.
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.

Through Drush:
1. drush en module_missing_message_fixer
2. drush module-missing-message-fixer-list OR drush mmmfl. This will generate a list of missing modules.
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.

For more information visit https://www.drupal.org/node/2487215

MAINTAINERS
-----------

* John Ouellet (labboy0276) - https://www.drupal.org/u/labboy0276

Supporting organization:
* Tandem - https://www.drupal.org/tandem

File

README.txt
View source
  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
  11. Drupal 7.50 release and provides an interface to fix the entries. This module was designed in sn effort to help those
  12. people who didnt want to run SQL commands directly.
  13. * For a full description of the module, visit https://www.drupal.org/project/module_missing_message_fixer
  14. * To submit bug reports and feature suggestions, or to track changes
  15. visit https://www.drupal.org/project/issues/module_missing_message_fixer
  16. REQUIREMENTS
  17. ------------
  18. This module requires no additional modules outside of Drupal core.
  19. INSTALLATION
  20. ------------
  21. Install the Module Missing Message Fixer module as you would normally install a contributed Drupal module. Visit
  22. https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
  23. for further information.
  24. CONFIGURATION
  25. -------------
  26. Always run locally or on a dev server. After all these steps below, export your config. For more information, please
  27. see https://www.drupal.org/docs/8/configuration-management/managing-your-sites-configuration
  28. Through the UI interface:
  29. 1. Enable the Module Missing Message Fixer module.
  30. 2. Ensure that you have the proper permissions by navigating to Administration > People > Permissions and selecting
  31. the checkbox.
  32. 3. Navigate to Administration > Configuration > System > Missing Module Message Fixer. Select the missing modules you
  33. would like to fix and select the "Remove These Errors!" tab. The module will now go through and remove the
  34. "ghost records" from the systems table.
  35. Through Drush:
  36. 1. drush en module_missing_message_fixer
  37. 2. drush module-missing-message-fixer-list OR drush mmmfl. This will generate a list of missing modules.
  38. 3. drush module-missing-message-fixer-fix machine_name_of_module (or --all) OR
  39. drush mmmff machine_name_of_module (or --all). This will fix the missing modules entities.
  40. For more information visit https://www.drupal.org/node/2487215
  41. MAINTAINERS
  42. -----------
  43. * John Ouellet (labboy0276) - https://www.drupal.org/u/labboy0276
  44. Supporting organization:
  45. * Tandem - https://www.drupal.org/tandem