Trying to uninstall the module via drush results in PHP error.
I then manually deleted the three avatar_selection tables and tried to re-enable the module,
but for some reason the tables don't get re-created.
avatar_selection.info reads 2012-02-12

PHP Fatal error:  Call to undefined function file_create_path() in /var/www/drupal/sites/all/modules/avatar_selection/avatar_selection.install on line 121

Comments

skizzo’s picture

tried to force status in system table to 0, but still the tables are not created.

stella’s picture

Status: Active » Fixed

I've just committed a fix for this. Please try out the latest dev version.

skizzo’s picture

uninstall works fine now, thank you. Note that I had to manually delete the (disabled) old AS entry in system table, otherwise the 3 AS tables would not get re-created when enabling the module.

stella’s picture

Yes, that would be required as long as the uninstall was failing. If the uninstall routine had been working, that wouldn't have been required.

Status: Fixed » Closed (fixed)

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