I recently tried to upgrade from 7.x-1.0 to 7.x-2.0, and received the following error message after trying to enable the module:
DatabaseSchemaObjectExistsException: Table weight_settings already exists. in DatabaseSchema->createTable() (line 652 of /home/content/86/9355186/html/includes/database/schema.inc).
I had uninstalled the 1.0 version without trouble. I tried running update.php as well, but still received the same error.
Comments
Comment #1
davisbenI"m unable to reproduce this error. Did you have a previous version of 7.x-2.x running at some point?
Comment #2
davisbenI'm still unable to reproduce this.
Comment #3
SchwebDesign commentedi'm having this error as well! Here's the general progressoin of what i did:
backed up database with backup migrate module
updated drupal and module updates- including Weight 7.x-2.0
had some issues with other modules, not sure if it included weight
restored initial database with backup migrate module
updated drupal and all other modules one by one successfully
attempted to update to Weight 7.x-2.0 and got error above.