This line is throwing an error when I disable the module:

while ($user = db_fetch_object($result)) {
user_save($user, array('remember_me' => NULL), NULL);
}

I found it while I was troubleshooting why Drupal Commerce was not installing.

Comments

missym’s picture

This also errors out on the next line: sess_gc(0);

nickl’s picture

Status: Active » Fixed

Fixed, complete rewrite of disable and addition of uninstall hooks.

Status: Fixed » Closed (fixed)

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