Hi there,

first, according to this : http://drupal.org/node/1061444, you have to correct

For those who experience this problem, a cause may be that your server doesn't allow to open external files. This is set by allow_url_fopen php directive in php.ini
If it's on "Off" then the google http://maps.google.com/maps?file=api&v=2.115&key=... cannot be aggregated since the server can't open it.

Solutions :

  • Set php.ini correctly if you can (be careful with this setting can be dangerous)
  • Download the JS and put it somewhere in a preprocess or in html.tpl.php or even in the module...
  • Set the drupal_add_js with external

Comments

podarok’s picture

Component: Code » Documentation
Category: bug » support
Status: Active » Closed (fixed)

tags

podarok’s picture

Issue summary: View changes

add another solution