I need change the location of drupal module

Problem:

I need to chnage the location of an enabled/installed drupal module

Solution:

Easy change the module location Ex (sites/all/modules --->>> sites/all/modules/contrib). 

Run the following commands

  • drush php-eval 'registry_rebuild();'
  • drush updb -n.
  • drush cc all

 

Thats it NO MORE ERROR MESSAGES .....!!!!

Tags