I didn't try to output the xml with echo, so I'll do that today and see if there is a change.
As for the separate environments, it's extremely difficult to determine what exactly is different. I have full access to my own server, however the other server that the client has, was only put up in a rush so that they could host their own site. I have limited access through SSH, but I think I'll have to spend the day walking through every line of the .ini files. Thanks for the heads up that it isn't a maps API issue! On Jul 19, 4:39 pm, Andrew Leach <[email protected]> wrote: > 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 > > > GEThttp://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/p... -- 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.
