Hi,
I just updated to the 1.0 release (as well as 7.26 core) and everything broke !
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'base.better_countries_custom_code' in 'field list': SELECT base.cid AS cid, base.iso2 AS iso2, base.iso3 AS iso3, base.name AS name, base.official_name AS official_name, base.numcode AS numcode, base.continent AS continent, base.enabled AS enabled, base.language AS language, base.better_countries_pin_city AS better_countries_pin_city, base.better_countries_pin_latitude AS better_countries_pin_latitude, base.better_countries_pin_longitude AS better_countries_pin_longitude, base.better_countries_custom_code AS better_countries_custom_code FROM {countries_country} base WHERE (base.iso2 IN (:db_condition_placeholder_0)) ; Array ( [:db_condition_placeholder_0] => BE ) in EntityAPIController->query() (line 187 of /Library/WebServer/VirtualHosts/drupal/sites/all/modules/entity/includes/entity.controller.inc).
I have a similar error in Views or trying to manage Fields in Content Types...
Thanks to look into it.
Comments
Comment #1
gemp commentedReverting to 1.0-beta3 was, fortunately, possible and is still working nicely.
BTW, thanks for this very nice module ^^
Comment #2
Jovean commentedComment #3
Jovean commentedJust to check: did you run update.php (or drush updb)?
Comment #4
gemp commentedNot manually. It run normally at the end of the drush up performing db updates for other modules.
Comment #5
Jovean commentedThe cause of this a missing update function between beta3 and 1.0.
I've added that, and it'll go into the next release, but the same can be accomplished by uninstalling beta3, downloading 1.0, and then enabling.
Comment #6
gemp commentedApparently, you forgot to add it to the 1.1 release ^^
Here is my drush transcript :