Posted by VValdo on September 22, 2008 at 8:24am
Jump to:
| Project: | Currency Exchange |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#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.
#2
No reply in 2 years so I guess this is fixed.