Closed (fixed)
Project:
Currency
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2008 at 08:24 UTC
Updated:
5 Dec 2010 at 23:10 UTC
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
Comment #1
kbahey commentedThis 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.
Comment #2
amateescu commentedNo reply in 2 years so I guess this is fixed.