OK, let's examine the Google API key. Not being able to recover a latitude and longitude coordinate 80.000000, 80.000000, or the address not found message indicates the Google geocoder is rejecting the API key.
Also, I'm not sure what you did during the installation regarding the statement:
I turned on both v2 and v3 of Maps just to be safe, it all uses just one key
. What you should have not done is change any LiteRadius code in response to the API key.
On the Google API key sign-up page (
http://code.google.com/apis/maps/signup.html) all you do is submit the domain name, and Google generates the API key. The domain entered should be the root domain of your server. For example
http://www.mywebsite.com. If you've installed LiteRadius in a sub-domain, like
http://asubdomain.mywebsite.com, then you should still generate an API key for
http://www.mywebsite.comThat key should be entered into the LiteRadius admin control panel configuration settings and it needs to be inserted in the demo page where it says
INSERT_YOUR_API_KEY_HERE
If in doubt, please generate a new API key and try again.
Regards,
Support