Gmap has been working perfect for the longest time, but now a couple days ago when I try to add a new entry for a property with the location set nothing shows up where the map should be. On all of my entries that were already there the map shows, I thought it would have to do with the issue people were having with Geocoding, but I tried the patches for that and they did not work. I believe if it was a geocoding issue as well the map would show up it just wouldn't plot a market correct? Oh and the Javascript files are not getting loaded into the new pages which seems weird because I would imagine the geocode is telling it to do so as well.

Thanks for any help!

Comments

podarok’s picture

Status: Active » Postponed (maintainer needs more info)

this one needs more info for making possible to fix
difference between nodes, log entries, cache data(do You try to clean it?) etc

tbhozie02’s picture

They are the same node types, as for log entries - I am getting this on the pages it's not showing up : Notice: Undefined index: content in include() which says is occuring in my node--type.tpl.php file but that same error doesn't show when I view a page that the map shows. It's getting the error from this line :

  	$_gmap = module_invoke('gmap_location', 'block_view', '0');
  	print $_gmap['content'];
  

And yes I cleared all cache data

podarok’s picture

looks like Your module_invoke didn`t return any data
try debug or change arguments

johnv’s picture

Perhaps you have the same problem as #1940654: Geocoding stopped working (D7)

I've been using Gmap with Location for a few months without any problem, but suddenly (On sunday march 10) gmap stoped geocoding my locations when someone added one

johnv’s picture

Issue summary: View changes

Edited for last sentence about javascript files