Warning: get_headers() [function.get-headers]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in apps_retrieve_app_image() (line 259

Comments

randallknutson’s picture

Marked http://drupal.org/node/1465758 as duplicate.

febbraro’s picture

Would using drupal_http_request with a HEAD method support the same functionality but not run into this allow_url_fopen issue?

randallknutson’s picture

febbraro,

I believe that is correct but I'm not 100% sure. I run into this issue from time to time as well. Switching to the standard drupal method is probably a good idea.

jec006’s picture

Status: Active » Fixed

Fix committed here: http://drupal.org/commitlog/commit/19006/1c13f68d5461486b33d8790286efe23...

Simply converted the call over to drupal_http_request and changed the keys from capital-case to lower-case.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.