Updated from 1.1 to 1.2 and got this:

user warning: Table 'drupal.currencyapi' doesn't exist query: ALTER TABLE currencyapi CHANGE timestamp timestamp int NOT NULL default '0' in /home/waldo/filmmaker/release/trunk/includes/database.mysql.inc on line 172.

The following queries were executed
currency_api module
Update #1

    * Failed: ALTER TABLE {currencyapi} CHANGE timestamp timestamp int NOT NULL default '0'

Please advise.

W

Comments

kbahey’s picture

Status: Active » Postponed (maintainer needs more info)

This means that the table was missing before the update.

To solve this, disable the module then uninstall it, then reinstall it again.

Check in the database to see if the table is created after that.

amateescu’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No reply in 2 years so I guess this is fixed.