Skip to content
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

Open
skaslay opened this issue Aug 19, 2013 · 4 comments
Open

Map not visible when using XAMPP #46

skaslay opened this issue Aug 19, 2013 · 4 comments

Comments

@skaslay
Copy link

skaslay commented Aug 19, 2013

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.

@charlesthomas
Copy link

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.

@akshayshivpuri
Copy link

Facing the same issue. Though the index.php is displaying but the map is not showing in XAMPP. How to fix it?

@jobnomade
Copy link

What is the browser console log saying? Javascript request issues?

@mukkhtarr
Copy link

Facing same issue and the browser console log says
image
Although I have put the api key code under $sg_auth_code = variable in db.php code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants