LeeCley2017 Posted May 31, 2018 Report Posted May 31, 2018 Hello! I'm getting this msg on the map of my VA Oops! Something went wrong. This page did not load Google Maps correctly. See the JavaScript console for technical details. 1 Quote
Moderators shakamonkey88 Posted May 31, 2018 Moderators Report Posted May 31, 2018 Topic moved - please make sure to post in the correct part of the forums. Thanks. Quote
flyalaska Posted May 31, 2018 Report Posted May 31, 2018 2 hours ago, LeeCley2017 said: Hello! I'm getting this msg on the map of my VA Oops! Something went wrong. This page did not load Google Maps correctly. See the JavaScript console for technical details. URL? Quote
Moderators shakamonkey88 Posted May 31, 2018 Moderators Report Posted May 31, 2018 I'm guessing your site is http://bravirtual.com.br You need to check your API key - looks like there is an extra space in the script that is causing the error. Either way, you should probably look at moving away from using the google API Quote
LeeCley2017 Posted May 31, 2018 Author Report Posted May 31, 2018 (edited) correct is http://bravirtual.com.br <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script> <script src="https://maps.googleapis.com/maps/api/js?key= AIzaSyChWVFNRvRZ8NriIsFrzKtRdAGjn2UHCpU&callback=initMap" type="text/javascript"></script> <script type="text/javascript" src="<?php echo fileurl('lib/js/jquery.form.js');?>"></script> <script type="text/javascript" src="<?php echo fileurl('lib/js/phpvms.js');?>"></script> Edited May 31, 2018 by LeeCley2017 Quote
Moderators shakamonkey88 Posted May 31, 2018 Moderators Report Posted May 31, 2018 Yup, just as I said - you have an extra space in the script. Look carefully 😉 Quote
LeeCley2017 Posted May 31, 2018 Author Report Posted May 31, 2018 I did not identify the error. Can you help me? I'm attaching the code! core_htmlhead.zip Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.