mycognitive / ads_features

Provides common features for ads distribution.
http://drupal.org/project/ads_features
1 stars 4 forks source link

Warning on profile install: HTTP/1.1 401 Unauthorized #36

Closed kenorb closed 9 years ago

kenorb commented 10 years ago

The following error appears on profile install (make install):

WD php: Warning: fopen(http://download.maxmind.com/app/geoip_download?edition_id=133&suffix=tar.gz&license_key=): failed to open stream: HTTP      [warning]
request failed! HTTP/1.1 401 Unauthorized
 in smart_ip_maxmind_bin_db_update() (line 430 of ads/src/sites/all/modules/smart_ip/includes/smart_ip.utility.inc).
WD smart_ip: Error during database download/extraction: internal corruption of phar                                                                [warning]
"ads/src/sites/default/private/files/smart_ip/GeoIPCity.tar.gz" (truncated entry)

The same error happens on cron run:

$ drush cron -v
fopen(http://download.maxmind.com/app/geoip_download?edition_id=133&suffix=tar.gz&license_key=): failed to open stream: HTTP request failed!       [warning]
HTTP/1.1 401 Unauthorized
 smart_ip.utility.inc:430
WD smart_ip: Error during database download/extraction: internal corruption of phar                                                                [warning]
"ads/src/sites/default/private/files/smart_ip/GeoIPCity.tar.gz" (truncated entry)

Bug report: https://www.drupal.org/node/2276649

nseam commented 9 years ago

Fixed