By donpwinston on
I upgraded Drupal to 6.28 and a bunch of modules like GMap(status page turned bloody red because of it). Now the damn markers no longer work. Any ideas on how to fix this?
I upgraded Drupal to 6.28 and a bunch of modules like GMap(status page turned bloody red because of it). Now the damn markers no longer work. Any ideas on how to fix this?
Comments
GMap upgrade - Another error
Also got ReferenceError: Can't find variable: GMarkerManager
I think there's two versions of the software being used.
Simpler is always better.
problem solved
if someone else has this problem this is what is happening.
it's using the old js file to create a marker. need to regenerate the js file by clicking the "regenerate" button in the gmao config. make sure it has write priviledges in the directory it is writing to(foe me default/files/js)
you may also have to select "no manager" in the GMap config at the bottom.
it should now work. no more damn api key!
Simpler is always better.