Google map keeps coming saying the key is incorrect
jonathan184
Joined: 2006-04-05
Posts: 4 |
![]() |
- Please add '[module / theme name]' along with specific subject in the title of your topic Google map keeps coming saying the key is incorrect |
|
jonathan184
Joined: 2006-04-05
Posts: 4 |
![]() |
Google map keeps coming saying the key is incorrect |
|
galmoid
Joined: 2005-11-07
Posts: 364 |
![]() |
How about a URL to your site? |
|
Termitenshort
![]()
Joined: 2005-10-09
Posts: 1894 |
![]() |
I'm fixing this in the next release to a certain extend: - prevent activation unless a valid key is present => This should get most people the key they need to get the site working, for more advanced key, the user guide will have more information. In the mean time, if you wish to get help on this, you need to provide a link to the website so we can tell you what to fill See you ! |
|
jonathan184
Joined: 2006-04-05
Posts: 4 |
![]() |
hey guys thanks for the response here is the link |
|
galmoid
Joined: 2005-11-07
Posts: 364 |
![]() |
Try this: Thank you for signing up for a Google Maps API key. Your key is: ABQIAAAAdrry9LB5TGsWS3k7A8TFpxRi4jlObjBU5TYBgqoYBolIDZvlDhRW7j1B57fzRX_fOkjxrhR2wuLLvw This key is good for all URLs in this directory: http://www.nativelinks.ca/ Here is an example web page to get you started on your way to mapping glory: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script src="http://maps.google.com/maps?file=api&v=1&key=ABQIAAAAdrry9LB5TGsWS3k7A8TFpxRi4jlObjBU5TYBgqoYBolIDZvlDhRW7j1B57fzRX_fOkjxrhR2wuLLvw" type="text/javascript"></script> </head> <body> <div id="map" style="width: 500px; height: 400px"></div> <script type="text/javascript"> //<![CDATA[ var map = new GMap(document.getElementById("map")); map.addControl(new GSmallMapControl()); map.centerAndZoom(new GPoint(-122.1419, 37.4419), 4); //]]> </script> </body> </html> |
|
Termitenshort
![]()
Joined: 2005-10-09
Posts: 1894 |
![]() |
I guess you can also create a profile with these info: Name whatever See you |
|
dogdog
Joined: 2005-06-10
Posts: 37 |
![]() |
Hi All, I also get the problem of keeping key error. I am using no-ip.org domain. And I get a dynamic Ip from my |
|
galmoid
Joined: 2005-11-07
Posts: 364 |
![]() |
Have you tried obtaining a key from Google for Does your URL always change from the above to Maybe try that instead. Termite, |
|
dogdog
Joined: 2005-06-10
Posts: 37 |
![]() |
Hi galmoid, I have tried both. But still doesn't work. Thanks anyway~ |
|
Termitenshort
![]()
Joined: 2005-10-09
Posts: 1894 |
![]() |
galmoid wrote:
Termite, I've actually made a change in "f" version to get the fields pre-filed with the right values but I made a tiny mistake and it's only doing it for the 1st key created. If you delete all your keys you'll see what I'm talking about. I think I need to get that each time you click on add entry .... |
|
Termitenshort
![]()
Joined: 2005-10-09
Posts: 1894 |
![]() |
dogdog, you should try deleting all of your key and then upgrading to the newer version "f" to see if it helps. It should actually populate the fields with what will be used by google after that |
|
galmoid
Joined: 2005-11-07
Posts: 364 |
![]() |
Termitenshort wrote:
I've actually made a change in "f" version to get the fields pre-filed... Very nice. |
|
Termitenshort
![]()
Joined: 2005-10-09
Posts: 1894 |
![]() |
The next release will be oriented "very nice" I hope to get something out with lot's of direction, help and pre-filling when possible |
|
dogdog
Joined: 2005-06-10
Posts: 37 |
![]() |
Hi Termitenshort, Thanks for ur advice and I have upgraded to 0.5f version. It stop to say the key is incorrect but another dogdog |
|
Termitenshort
![]()
Joined: 2005-10-09
Posts: 1894 |
![]() |
I can't get to your website it's telling me that it times out |
|
dogdog
Joined: 2005-06-10
Posts: 37 |
![]() |
Hi Termitenshort, Last night I have closed the server. It is ok now~ Please have a look~ Thanks~ Dogdog |
|
Termitenshort
![]()
Joined: 2005-10-09
Posts: 1894 |
![]() |
I see, I'm looking at it now then |
|
dogdog
Joined: 2005-06-10
Posts: 37 |
![]() |
Hi Termite, Sorry for disturb you but have u found any problem on my web? No error has prompt but the map Dogdog |
|
dogdog
Joined: 2005-06-10
Posts: 37 |
![]() |
Hi Termite, I found the problem and it just relate to the error on line 243 of ShowMap.inc. Thanks anyway~ Dogdog |
|
Termitenshort
![]()
Joined: 2005-10-09
Posts: 1894 |
![]() |
Well I had forgotten to answer but I found no problem with your gallery/module, in fact I can see your map fine (see screenshots) Are you using a MAC ? If yes, there is some issue with the module on MAC and I'm working on getting them fixed |
|
Termitenshort
![]()
Joined: 2005-10-09
Posts: 1894 |
![]() |
ah ... I see |
|