After
drush pm install devel
drush mm enable devel
drush mm mm list
devel is still not enabled. After another
drush mm enable devel
drush mm mm list
it is enabled.
After
drush pm install devel
drush mm enable devel
drush mm mm list
devel is still not enabled. After another
drush mm enable devel
drush mm mm list
it is enabled.
Comments
Comment #1
clemens.tolboomAfter installing views which was reported missing the views module did not appear in the list at all.
Running sql shows only no views module in the system table.
drush sql query "select * from system"Toughing 'admin/build/modules' shows views in 'mm list' again.
So code fails for enabling a module not in the system table yet.
drush_mm checks the file system for availability of modules. But module_enable is not ready for receiving this message :-/
I think the fix is in rebuilding the system table.
Comment #2
clemens.tolboomTest scenario:
- install drupal (5.7)
- install drush
- install update_status
Then
does not list all the uc_* modules
Adding a call to
module_rebuild_cache();lists the modules. Thenresults in a successful install of ubercart.
Comment #3
clemens.tolboomDisabling a module and then removing it still reports 'ERROR' in
drush mm listso I guess there should be another call to clean the database.Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.