-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map not visible when using XAMPP #46
Comments
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? |
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.
The text was updated successfully, but these errors were encountered: