Forum Moderators: open

Message Too Old, No Replies

Help! Why has Google maps suddenly stopped working?

         

internetheaven

1:15 pm on Nov 5, 2013 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The map on this page has been generating fine for nearly a year:

<removed link, see sticky mail>

today, it is not working. What's happened?

Help please!
Claire

[edited by: whoisgregg at 3:58 pm (utc) on Nov 19, 2013]
[edit reason] rv link, please see sticky mail :) [/edit]

internetheaven

1:27 pm on Nov 5, 2013 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've tried creating new keys. To the websites:

*.claimsheaven.co.uk/*
*.1to1legal.co.uk/*

and to the IP address:

78.137.115.177

They still all return a message saying I need to generate a new key?!

londrum

1:35 pm on Nov 5, 2013 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



i got an email the other day saying they are deprecating v2 of google maps, and moving to v3. are you still using v2?

i didnt think that the change was happening for another two weeks though, so perhaps its not that.

Fotiman

2:08 pm on Nov 5, 2013 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Your JavaScript has a syntax error on line 175:

map.addOverlay(createMarkernew(new GLatLng(,), '<table width="340" border="0" cellpadding="1" cellspacing="1"><tr><td width=\'270\'><h3>SA Legal</h3></td><td align=\'right\' valign=\'top\' rowspan=\'3\' style=\'padding-top:9px; margin-top:6px;\'>' + adv_logo_var + '</td></tr><tr><td>'+ adv_add_var +', London, EC1V 4PW</td></tr>'+ adv_ph_var + adv_email_var + adv_web_address_var + '</table>'));

Unexpected token ,

internetheaven

2:12 pm on Nov 5, 2013 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Fotiman, you are a god! Thank you!

We just added a new advertiser and didn't notice the non-acceptable '

Readie

5:34 pm on Nov 5, 2013 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



For JavaScript issues, one of the first things you should do when you see an error is press either f12, or ctrl + shift + J. In most browsers, one or both of those will bring up the web console which will often contain helpful debugging information.