Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #317430

    Hi

    I am getting the this popup issue after upgrading. Its a fresh install no plugins installed. Latest wordpress and enfold

    ‘Google has disabled use of the Maps API for this application. See the Terms of Service for more information: http://www.google.co.uk/intl/en-GB_US/help/terms_maps.html.’

    Both in the front end and the admin nearly every page in the admin

    http://217.199.187.72/bardsleydevelopments.ie/?page_id=1167

    #317784

    Hey!

    I’ll report this issue, in the meantime try adding this at the very end of your theme / child theme functions.php file:

    add_filter('avia_google_maps_widget_load_api', '__return_false');
    

    Cheers!
    Josue

    #318186
    This reply has been marked as private.
    #318299

    Hey Fiachra!

    Maybe the root of the issue is the domain, perhaps Google API is rejecting it because of that. What domain do you have in the other install?

    Cheers!
    Josue

    #320625

    I too seem to have this problem. This is what Firebug says:

    You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
    jo()main.js (regel 56)
    a = true
    
    main.js()main.js (regel 57)
    a = [0.009999999776482582, [[["http://mt0.googleapis.co...74000000&src=api&hl=nl&", "http://mt1.googleapis.co...74000000&src=api&hl=nl&"], null, null, 4 meer...], [["http://khm0.googleapis.com/kh?v=158&hl=nl&", "http://khm1.googleapis.com/kh?v=158&hl=nl&"], null, null, 4 meer...], [["http://mt0.googleapis.co...74000000&src=api&hl=nl&", "http://mt1.googleapis.co...74000000&src=api&hl=nl&"], null, null, 4 meer...], 12 meer...], ["nl", "US", null, 9 meer...], 25 meer...]
    b = 1410968108683
    
    google.maps.Load()js?sens...e&ver=3 (regel 19)
    apiLoad = function(a, b)
    main.js()main.js (regel 57)
    main.js()main.js (regel 59)
    
    error source line:
    ...%26%74%6F%6B%65%6E%3D");return function(d){d=d[wb](eo,"%27");var e=d+c;fo||(fo=/...

    Some of my plugins stop functioning correctly because of this. Unfortunately, your suggestion to add to functions.php did not work for me.

    • This reply was modified 10 years, 2 months ago by DavyE.
    #320903

    Hey!

    Thank you for the info.

    Please try the solution on this thread: https://kriesi.at/support/topic/google-maps-api-multiple-times-in-backend/

    Regards,
    Ismael

    #321004

    Thank you very much, Ismael! That seems to have fixed it for me as well.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘google maps api giving error after update’ is closed to new replies.