From version 5.2 on when I attempt to enable or disable a module on a Drupal 6 site all modules are installed.
This seems to be caused by the following commit:
http://drupalcode.org/project/drush.git/blobdiff/20fb05a4d372de2e741c3e5...

The drush_get_modules function seems to get all modules on the system and then we send them to drush_system_modules_form_submit. This one seems to expect only the active modules, but all modules are passed.

Comments

sime’s picture

Priority: Normal » Major

Confirmed here, does not happen with 5.1

Anonymous’s picture

Same here. Rolled back to 5.1.

a_c_m’s picture

+1 also getting this with drush version 6.0-dev

jonhattan’s picture

Assigned: Unassigned » jonhattan
Priority: Major » Critical
Antonio01’s picture

With the 5.1 version update code disable all module on my drupal 6 install. Is it the same error ?

http://drupal.org/node/1591394

jonhattan’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.