Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 5 matches
Smarty Forum Index
Author Message
  Topic: GoogleMapAPI getGeocode not working on production server?
ClintR

Replies: 5
Views: 20454

PostForum: Add-ons   Posted: Mon Jul 26, 2010 9:26 pm   Subject: GoogleMapAPI getGeocode not working on production server?
allow_url_fopen is open according to phpinfo()

E: also, I guess any function that depends on an HTTP request to Google is failing here since passing a static address to the object to set a marker d ...
  Topic: GoogleMapAPI getGeocode not working on production server?
ClintR

Replies: 5
Views: 20454

PostForum: Add-ons   Posted: Mon Jul 26, 2010 9:21 pm   Subject: GoogleMapAPI getGeocode not working on production server?
How can I find which geographic locations Google allows? My servers are in TX, so they're in the USA.

actually saw this in the error logs



It's on the Rackspace Cloud, which is a shared envir ...
  Topic: GoogleMapAPI getGeocode not working on production server?
ClintR

Replies: 5
Views: 20454

PostForum: Add-ons   Posted: Mon Jul 26, 2010 8:36 pm   Subject: GoogleMapAPI getGeocode not working on production server?
Anyone?

I've tried just using it in a normal, procedural php script and still no luck.

$mapCoords = new GoogleMapAPI();
$coords = $mapCoords->getGeocode('1012 West State Road 43 ...
  Topic: GoogleMapAPI getGeocode not working on production server?
ClintR

Replies: 5
Views: 20454

PostForum: Add-ons   Posted: Sat Jul 24, 2010 11:24 pm   Subject: GoogleMapAPI getGeocode not working on production server?
I'll post some code:

In my controller action:
//Make Map
$map = new GoogleMapAPI('map');
$map->setAPIKey('mykey');
$map->enableOnLoad();
$coords = $map->getGeo ...
  Topic: GoogleMapAPI getGeocode not working on production server?
ClintR

Replies: 5
Views: 20454

PostForum: Add-ons   Posted: Sat Jul 24, 2010 11:12 pm   Subject: GoogleMapAPI getGeocode not working on production server?
Greetings,

I'm using ver 2.5 with ZendFramework 1.10. On my local dev machine, I can pass a variable holding address info to getGeocode() and it gives me lat/lon coordinates as it should.

When I ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP