Google Map v1.5 Bug
Posted: Thu Nov 10, 2016 12:49 pm
Using Google Map v1.5, Get Geocode For An Address returns error "Geocode was not successful for the following reason: REQUEST_DENIED".
Please advise.
Please advise.
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
tail -100 /var/log/httpd/error_logLet us know if this fixed your issue. Thank you!<!--Replace below line with google's premier client ID script for appropriate commercial use-->
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=true"></script>
<script type="text/javascript">
With further testing "Minneapolis, MN" or "Duluth, MN" work, but Canadian locations "Thunder Bay, ON" or "Toronto, ON" do not. Tested in current version of FF and Chrome. Using SSL.lmiltchev wrote:Are you seeing this error when entering any address or a specific one? Do you see this error in all browsers (IE, FF, Chrome, etc.)? Are you using a SSL or a proxy?
Do you see any errors in the apache error log?Code: Select all
tail -100 /var/log/httpd/error_log
Code: Select all
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script>Code: Select all
<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=[YOURAPIKEY]"></script>[Thu Nov 10 14:56:54 2016] [error] [client 10.2.26.252] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/nagiosxi/html/includes/pageparts.inc.php:263) in /usr/local/nagiosxi/html/includes/utils.inc.php on line 105, referer: https://monitor-dev.domain.com/nagiosxi/
[Thu Nov 10 14:56:54 2016] [error] [client 10.2.26.252] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/nagiosxi/html/includes/pageparts.inc.php:263) in /usr/local/nagiosxi/html/includes/utils.inc.php on line 157, referer: https://monitor-dev.domain.com/nagiosxi/
[Thu Nov 10 14:56:54 2016] [error] [client 10.2.26.252] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/nagiosxi/html/includes/pageparts.inc.php:263) in /usr/local/nagiosxi/html/includes/utils.inc.php on line 158, referer: https://monitor-dev.domain.com/nagiosxi/