I installed the Gmap, Location, Gmap Location and Get directions modules.
In Gmap install the version 2 of the Googlemaps API, and also in Get directions.

By setting I have the following error:
Notice: Undefined index: use_country_dropdown en
getdirections_settings_form() (línea 421 de /homepages/26/d436726094/htdocs/mastv/sites/all/modules/getdirections/getdirections.admin.inc).

Can you give me an idea of what I'm doing wrong?

Comments

hutch’s picture

Priority: Major » Normal

Notices are not errors and can be switched off under Logging and Errors.
However, the notice tells me that 'use_country_dropdown' is not available in the code when it probably should be so I have commited a patch, available in dev tomorrow. I haven't used Google v2 for at least a year now, probably why I did not spot this earlier.

3rdvalve’s picture

We were experiencing the same issue and resolved it by switching from metric to imperial units but now nothing displays on the Get Directions page and the log is generating the following two warnings:

Theme key "getdirections_loadaddress" not found.
Theme key "getdirections_show" not found.

RESOLVED!!!
I forgot to clear the cache.

hutch’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)