Download & Extend

Updating to 1.2 gets an error: table drupal.currencyapi doesn't exist.

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

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.

#2

Status:postponed (maintainer needs more info)» closed (fixed)

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