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
Comment #1
podaroktags
Comment #1.0
podarokadd another solution