Map not visible when using XAMPP
The map is not visible when I am using Represent-map via localhost using XAMPP. Is there some issue with the google map api not working on localhost?
Configuration: XAMPP v1.8.1 PHP v5.4.7
Kindly assist.
Is it the entire index.php page, or just the map?
I was unable to get the index.php file to load at all. In my case, it was caused by my php config not allowing short tags. abenzer pointed me to the php.ini file, where I was able to resolve the issue.
In php.ini, if "short_open_tag = Off," change it to "short_open_tag = On" then restart httpd.
Facing the same issue. Though the index.php is displaying but the map is not showing in XAMPP. How to fix it?
What is the browser console log saying? Javascript request issues?
Facing same issue and the browser console log says
Although I have put the api key code under $sg_auth_code = variable in db.php code.