mediatribe.net -- Drupal et développement web

Notice: this post was last updated Il y a 3 years 30 weeks so it might be outdated. Please be cautious before implementing any of suggestions herein.

Disabling a module directly in the Drupal database

Here is how to disable a module directly in the Drupal database

echo "UPDATE system SET status = 0 WHERE name = 'MODULENAME';" | drush sqlc