Closed (fixed)
Project:
Avatar Selection
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2012 at 21:18 UTC
Updated:
4 Mar 2012 at 19:10 UTC
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
Comment #1
skizzo commentedtried to force status in system table to 0, but still the tables are not created.
Comment #2
stella commentedI've just committed a fix for this. Please try out the latest dev version.
Comment #3
skizzo commenteduninstall 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.
Comment #4
stella commentedYes, that would be required as long as the uninstall was failing. If the uninstall routine had been working, that wouldn't have been required.