There is a list of similar warnings:
user warning: Table 'creedia_dev.countries_api_countries' doesn't exist query: DELETE FROM countries_api_countries in /var/www/creedia.com/development/web/includes/database.mysqli.inc on line 156.
user warning: Table 'creedia_dev.countries_api_countries' doesn't exist query: INSERT INTO countries_api_countries (iso2, name, printable_name, iso3, numcode) VALUES('AF', 'AFGHANISTAN', 'Afghanistan', 'AFG', 4) in /var/www/creedia.com/development/web/includes/database.mysqli.inc on line 156.
etc.
At the end the message was:
The following queries were executed
countries_api module
Update #5101
Best,
Ron
Comments
Comment #1
mrfelton commentedWhat version were you upgrading from?
Comment #2
bluetegu commentedI was upgrading from 5.x-1.0.
Comment #3
mrfelton commentedWhat database were you using? mysql? postgresql? Was the module woking correctly when you were using 5.x-1.0?
Comment #4
bluetegu commentedmysql and yes, it was working correctly.
Comment #5
Scyther commentedIt seems that it has been fixed in the dev version for D5 by looking at the code. A new release for D5 will probably be out soon.