I am using it on a domain in the net
First I replaced the google key and the yahoo application id in the xml file that I found on the server. But had no success.
After a second look in the database table jos_components I found the same placeholders in the joogle params field. I also replaced these...
Then I had a look at the source of the page that is shown in my browser and found that no google key was defined as a parameter in the javascript line. In joogle.php I inserted an echo behind line 30 to see what happens:
[code:1]
29: $yahooKey = $data[0];
30: $googleKey = $data[1];
31: echo "yahoo - " . $yahooKey;
32: echo "google - " . $googleKey;
[/code:1]
The output was "yahoo - google - "
Now the map is displayed, after I replaced the values in lines 29 and 30 against the real key strings:
[code:1]
29: $yahooKey = "dfjkghjdghjdfks4fdjh";
30: $googleKey = "fdsjkfjkd45435fjdfjhdjfhdjshfjdshfjdfj";
[/code:1]
But I still get an error message; and the location of the user "country = Austria, city = Wien" is shown somewhere at the Westcoast of Africa. The error message in the frontend is now:
Warning: Invalid argument supplied for foreach() in /var/www/.........../components/com_joogle/joogle.php on line 55