On Jun 12, 4:12 pm, Carmelo <[email protected]> wrote: > I know....that's the problem!
Same thing happened to me earlier. I thought I'd leave it for a bit to see if it was a temporary problem. (Hint: it would have been a good idea to have reported that the script hung, then we wouldn't have had to find out and ask about it) However, we can't help much. Only you have access to server-side code. There are a number of potential causes: you might not actually be outputting anything; your database query could be deadlocking (although that's very unlikely and would normally output a failure message); you may be looping through results, missing the end condition and carrying on to infinity... At some point I'd expect the script to fail, but it could take years and may not produce a meaningful error. You need to print out your code and step through it with the aid of a pencil. Work out what the database queries are (use echo statements to verify the values of variables) and try those queries in phpMyAdmin or a MySQL client to see what the results are. Not sure what more to suggest: this isn't a problem with the Maps API. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
