Replies: 0
Hi folks,
I also got the google map couldn’t load java issue recently.
Figure out a patch solution for this with file “MapMyPosts.php”
Search for “gooogle.load” and add following code as parameter
– google.load(“visualization”, “1”, {packages: [“geochart”]}, {other_params: ‘key=enter your key here’});
google.load(‘maps’, ‘3’, {other_params: ‘sensor=false&key=enter your key here’});
This will bring your embedded map back on for now.
Hope Erik will keep working on it.
Cheers
Ben.z