Closed (fixed)
Project:
Carbon Account
Version:
4.7.x-0.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2006 at 19:28 UTC
Updated:
4 Jan 2007 at 08:47 UTC
While running update.php I got the following (translated) error message:
* user warning: Table 'test-site.carbon_source' does not exist query: update carbon_source set multiplier=1.609 where code = 'air-miles' and model='choose climate' in .../html/includes/database.mysql.inc on line 121.
* user warning: Table 'test-site.carbon_source' does not exist query: update carbon_source set multiplier=1.609 where code = 'air-747-miles' and model='choose climate' in .../html/includes/database.mysql.inc on line 121. Reason: the table names are prefixed with tfc_ , so the correct table name would have been "test-site.tfc_carbon_source"
In addition, the two entries, which should have been modified are missing in my table, but I can of course add them manually. That's not a problem at all.
Comments
Comment #1
john ackers commentedSQL changed and tested (on system running without table prefixes). Thanks for reporting that.
Comment #2
(not verified) commented