On 19 July 2011 19:57, Jesse Rice <[email protected]> wrote:
>
> This doesn't fix the problem, and every time I check firebug I get the
> following error
>
> GET http://www.mysite/phpsqlsearch_genxml.php?lat=44.44&lng=44.44&radius=5
> 500 Internal Server Error
>
> It also displays that there was no response from the server.

Well, there was a response: a status of 500, "Internal server error".
That means that the PHP code isn't being run successfully, and is not
really a problem with the Maps API.

If the two environments' code really is EXACTLY the same, then you may
find that the client's server isn't running the same version of PHP as
your server. It may be that DOMDocument is not available, for example;
the article does mention PHP5 and what to do if you need to use echo
to output the XML:
http://gmaps-samples.googlecode.com/svn/trunk/articles-phpsqlsearch/phpsqlsearch_genxml_php4.php

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to