• http://magyarfoundation.com/yourmagyar-map/

    Uploaded and launched site on Bluehost, map plugin stopped working… it loads the map for a split second (with flags), then blinks out to:

    Oops! Something went wrong.
    This page didn’t load Google Maps correctly. See the JavaScript console for technical details.

    Console shows:

    Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error_.bb @ js?v=3&sensor=false:32(anonymous function) @ common.js:52(anonymous function) @ common.js:225d @ common.js:46(anonymous function) @ AuthenticationService.Authenticate?1shttp%3A%2F%2Fmagyarfoundation.com%2Fyourmagyar-map%2F&callback…:1
    util.js:222 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys

    I’ve added an APIKey in the configuration and via script tag.

    Works great still on our development site, without api key.

    https://wordpress.org/plugins/map-my-posts/

Viewing 1 replies (of 1 total)
  • Thread Starter stevegmag

    (@stevegmag)

    This is killing me…

    • Works great without API on dev server on 1and1; breaks with or without API on production on bluehost…
    • Installed on a new 1and1 plan and I swear it was working until I pointed the Domain (hosted at goDaddy) and it died. — could there be a domain issue?
    • I did the manual key addition to the header… I got the double key message too.
    • When I add a simple call to googlemaps it works:
      <div id="map" style="height: 700px;"></div>
          <script>
            var map;
            function initMap() {
              map = new google.maps.Map(document.getElementById('map'), {
                center: {lat: 47.16249, lng: 19.50330},
                zoom: 8
              });
            }
          </script>
         <script src="https://maps.googleapis.com/maps/api/js?key=DaKeyGoesHere&callback=initMap" async defer></script>
    • When I added both the simple call and the short-code for my maps I get an error that the page contains two maps..
    • so interestingly the [mmp-geochart mode=”marker”] && [mmp-geochart mode=”region”] work fine…. ???
    • anyone from the plugin developer looking into this at all?
Viewing 1 replies (of 1 total)
  • The topic ‘Moved to production site, map loads then stops’ is closed to new replies.