Support » Plugin: Events Made Easy » Google Maps stopped working

  • Resolved goldfingyr

    (@goldfingyr)


    It may have happened a while ago, but I just noticed that Google maps no longer works: “Map not found” for addresses earlier found with no issues.

    Any Ideas?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Franky

    (@liedekef)

    Check your javascript console for errors …

    Same here. Maps no longer working in front end and admin. Was working before. No JS errors. Example:
    http://dca.build/events/51/dca-caccgovernment-relations-committee-meeting/

    Hi Franky,

    When I go into the admin and try to choose a new event location, I get this JS error in the console:

    eme_admin_events.js:137
    Uncaught ReferenceError: loadMapLatLong is not defined
    at Object.success (eme_admin_events.js:137)
    at i (load-scripts.php:2)
    at Object.fireWith [as resolveWith] (load-scripts.php:2)
    at y (load-scripts.php:4)
    at XMLHttpRequest.c (load-scripts.php:4)

    Hope this helps,
    Brian

    I fixed it. Seems the EME now requires a Google Maps API key. Go to Events -> Settings -> Maps and enter your API key there after getting it from Google.

    Plugin Author Franky

    (@liedekef)

    In fact it is not EME that requires it, but google itself. So by consequence …
    But that requirement is in EME since some versions, but I’ll add an indication in the settings for it.

    hi – i was getting an error on the map settings page for line 996 in eme-options.php

    i noticed that

    _( 'Remark: without this API key, Google Maps will not function! ','events-made-easy') );

    only has one underscore – changing to

    `__( ‘Remark: without this API key, Google Maps will not function! ‘,’events-made-easy’) );’

    stopped the error.

    Plugin Author Franky

    (@liedekef)

    Thank you for noticing this, fixed in the next version.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Google Maps stopped working’ is closed to new replies.