After updating to 5.x-0.4 I get no map being rendered at all. I have 5.x-0.4 and GMap 5.x-1.0-beta3. If I clear the cache,I get message "user warning: Unknown column 'field_gmap_dummy' in 'field list' query: SELECT field_gmap_dummy AS dummy FROM content_type_section WHERE vid = 5010 LIMIT 0, 1 in /home/www/web15/web/drupal5/includes/database.mysql.inc on line 172"
content_type_section is the node_type to which I have attached Trackfield map fields. No js errors detected in console. No presence of any Trackfield markup in page.
If I revert to Trackfield 5.x-0.3 the map is rendered again.
Comments
Comment #1
raintonr commentedThis is because a dummy field had to be introduced in order to show map thumbs in views - in the same way as it is for profiles.
Sorry, but because of the early nature of this module I do not intend to fix this automatically during upgrade. The workaround is:
1. Delete the map fields from your content types.
2. Upgrade the code.
3. Add the map fields back.
4. Edit/save your nodes.
When 1.0 is released problems such as this will be fixed, but as the code says - this is still rather early in the module's life for that.