When using the default Input Earth map, clicking on a marker adds an Info Window with this error:
AJAX/HTTP error
An error occurred. /gmaps/views/node-marker/autocomplete <br /> <b>Fatal error</b>: Call to undefined function jquery_update_get_replacements() in <b>/sites/all/modules/gmaps/gmaps.module</b> on line <b>2647</b><br />
Comments
Comment #1
stevestaso commentedUpdated the status to show Version 6.x-2.0-beta2
Comment #2
pitxels commentedIs this fixed in the 6.x-2.x-dev version ?
Comment #3
pitxels commentedI am not a drupal expert but the jquery_update_get_replacements() function doesn't seems to be related to this project but rather to jquery_update,
I'm wondering if this is just a typo issue...
Comment #4
xmarket commentedThis is a bug. There's no check for the existence of the function jquery_update_get_replacements().
Comment #5
pitxels commentedYeah when I disabled that IF statement the info showed correctly.
However I don't know how to create a decent patch.
Comment #6
xmarket commented