Closed (fixed)
Project:
Apps
Version:
7.x-1.0-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Feb 2012 at 20:25 UTC
Updated:
24 Mar 2012 at 17:00 UTC
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
Comment #1
randallknutson commentedMarked http://drupal.org/node/1465758 as duplicate.
Comment #2
febbraro commentedWould using drupal_http_request with a HEAD method support the same functionality but not run into this allow_url_fopen issue?
Comment #3
randallknutson commentedfebbraro,
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.
Comment #4
jec006 commentedFix 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.