The current dev version (1.1.2.1 in gcg.module) gives the following error when viewing a node with gcg enabled:
user warning: Unknown column 'map_dzoom' in 'field list' query: SELECT enable, context, map_onload, mapapi_type, map_height, map_dzoom, map_type, smap_type, map_drag, map_zoom, map_scontrol, weight FROM gcg_node_display WHERE vid = 2 in ***my_website***/includes/database.mysql.inc on line 172.
I've tested this on a fresh drupal install with no other contrib modules except gcg and country codes installed, and gotten the same behavior.
Comments
Comment #1
meeotch commentedo.k. - got this sorted. I had to manually go into my database and nuke all the tables and variables associated with this module, then re-install it. For some reason, the database didn't get updated properly the first time (though I did run update.php without errors).