Closed (fixed)
Project:
GMap Module
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Feb 2013 at 09:18 UTC
Updated:
4 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
summit commentedHi,
Yes this worked!
Greetings, Martijn
Comment #2
podarokCan You provide a full how-to-reproduce-a-bug ?
Possibly via /tests/gmap.test file
This should be covered by tests before fixed
Comment #3
summit commentedHi,
1) I updated my site from D6 to D7
2) I added latest Web Links, Gmap and Location
3) I saved a weblinks node (which was first on D6).
The error occurred multiple times!
Greetings, Martijn
Comment #4
podarok#3
we needs much more complicated how-to-reproduce here
We have no any parts of Your configuration for reproduce, just clean install
Can You write a test for make this possible?
TIP: Try /tests/gmap.test in sources repo for example
Comment #5
summit commentedHi, I am not a programmer and do not know how to make a test.
I just typed in the solution found through google. Sorry.
Greetings, Martijn
Comment #6
kingfisher64 commentedUsed solution on http://drupal.stackexchange.com/a/60844/14527 and this error has disappeared when saving nodes.
Line 268 of gmap_taxonomy_moduel changes from:
if ($field['type'] == 'taxonomy_term_reference') {to
if ($field['type'] == 'taxonomy_term_reference' && isset($field['bundles']['node'])) {and no more error messages are displaying. Can this be committed asap?
Comment #7
podarok#6 please, upload patch with needs review status for review and testing
Comment #8
podaroktag for upcoming release
Comment #9
Anonymous (not verified) commentedThank you for posting this. Fixed the problem for me.
Comment #10
jerenus commentedPatch.
Comment #11
jerenus commentedComment #12
podarok#10 commited pushed to 7.x-2.x
thanks!!!