On Oct 31, 2:03 pm, ArnieLapinig <[email protected]> wrote:
> Hello,
>
> I'm developing a Twitter app, and have the PHP server code debugged.
> When I try and issue a basic Javascript map call using my Google Maps
> API key, nothing shows up. Heres the link:
>
> http://twittermoodmeter.com/index.html
>
> Firebug returns the following response header:
>
> var G_INCOMPAT = false;function GScript(src) {document.write('<' +
> 'script src="' + src + '"' +' type="text/javascript"><' + '/script>');}
> function GBrowserIsCompatible() {if (G_INCOMPAT) return false;return
> true;}function GApiInit() {if (GApiInit.called) return;GApiInit.called
> = true;window.GAddMessages && GAddMessages({160: '\x3cH1\x3eServer
> Error\x3c/H1\x3eThe server encountered a temporary error and not
> complete your request.\x3cp\x3ePlease try again in a minute or so.\x3c/
> p\x3e',1415: '.',1416: ' etc. etc.
>
> Can someone help out?
IE6 reports:
Line: 108
Error: Expected ':'
on this code:
$.get("/twittermoodmeter.php", { ajax: "true",
east: northEast.lng(),
west: southWest.lng(),
north: northEast.lat(),
south: southWest.lat(),
mood }
-- Larry
>
> I'm using Firefox 3.5.4.
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---