Closed (duplicate)
Project:
GMap Module
Version:
5.x-1.0-rc1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2008 at 09:11 UTC
Updated:
23 Jan 2009 at 17:26 UTC
Hi
I just updated from beta6 to the new rc1 version. I did run the update script and noticed that gmap_taxonomy_node was droped/created
Now some of my markers are messed up. Where it was green it is now blue, when i try to edit the term page I get the following error message and nothing is updated.
user warning: Duplicate entry '724' for key 1 query: INSERT INTO gmap_taxonomy_node (nid, tid, marker) (SELECT t.nid, t.tid, g.marker FROM term_node t INNER JOIN gmap_taxonomy_term g ON t.tid = g.tid WHERE t.tid = 11) in /home/public_html/includes/database.mysql.inc on line 174.
I did clear the marker cache and used Devel to clear even deeper but no luck
Thanks
Comments
Comment #1
vlooivlerke commentedHi
After some heavy inspection to this problem, I noticed that all the markers moved one term up. And it is impossable to edit the term page.
Here is a link to my production site, (NOW MESSED UP)
http://hubmonster.co.za/map/tourism/search?filter0=Hartbeespoort
Please zoom in to see markers hidden by cluster marker. This site backend is driven by the GCG module and I see bdragon is maintaining it now :)
Please help
Comment #2
bdragon commentedMarking as dupe of #351206: [master] gmap taxonomy "Duplicate Entry" sql warning.