Updating to 1.2 gets an error: table drupal.currencyapi doesn't exist.
VValdo - September 22, 2008 - 08:24
| Project: | Currency Exchange |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
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

#1
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.