Forum
Google map 404 error
I have implemented Google map and getting 404 error.
Error Message
https://maps.google.com/maps/api/staticmap/xxx?key=MYAPIKEY¢er=9.919744403322333,124.12514946757813&size=100%x500&scale=2&zoom=13&maptype=map&markers=color:red|color:red|9.9251554,124.0743377 404 ()
I have Geocoding API , Static Maps API & Maps Javascript API enabled.
Latest Runway version installed. 3.1.1
Am I missing something?
Is the 404 from Google?
Yes, the URL is coming from one of perch file. PerchFieldTypes.class.php
What is the URL that the 404 is for?
I watch this and implemented it on my website, https://docs.grabaperch.com/video/v/google-maps/
Now I'm getting that 404 error.
Ok, fine, but what is the URL issuing the 404?
Yes, this is the part of perch file that code is coming from
PerchFieldTypes.class.php
Please show me the 404 error, including the URL that is missing.
Solved the problem. Google map is not allowing 100% width in content template. I had to use the "define('PERCH_RWD', true);" and no height and width.