Just noticed on a server that is using GMap that I was getting the You need to download the infobubble plugin and extract the entire contents of the archive into the sites/all/libraries directory on your server. Only the src folder is required. Final path should be sites/all/libraries/infobubble/src/infobubble-compiled.js on the Status Report page. Problem is, the URL provided ("http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/") 404's. It took a bit of Googling (and finally realizing that I needed to be searching for the Google Maps Utility Library instead of for infobubble), but it appears that this link should be "https://github.com/googlemaps/v3-utility-library/tree/master/infobubble/". Patch to follow.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Ben Coleman created an issue. See original summary.

Ben Coleman’s picture

Ben Coleman’s picture

Status: Active » Needs review
owenbush’s picture

The patch provided seems to contain some email metadata, so I have re-supplied a clean patch file.

crutch’s picture

Just encountered this error. The address in the patch = 404

Max_Headroom’s picture

I found it here:
https://github.com/googlearchive/js-info-bubble

I'm not going to make a patch, as it seems that repository is old and no longer maintained.

Slown’s picture

Thx a lot for the link :-)