Closed (duplicate)
Project:
Apps
Version:
7.x-1.0-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2012 at 23:20 UTC
Updated:
5 Mar 2012 at 18:11 UTC
I was solicited for my opinion on this demo via Youtube and I watched the video. It seemed ok. But there is an error that is making this thing almost unusable.
This error is repeated about 50 times at the top of each app page:
Warning: get_headers() [function.get-headers]: URL file-access is disabled in the server configuration in apps_retrieve_app_image() (line 259 of /home/hariald1/public_html/drupal1/sites/all/modules/apps/apps.manifest.inc).
Warning: get_headers() [function.get-headers]: This function may only be used against URLs. in apps_retrieve_app_image() (line 259 of /home/hariald1/public_html/drupal1/sites/all/modules/apps/apps.manifest.inc).Everything seems to be installing fine and the two apps I installed look to be working but the massive volume of that error on every app page is a little bit out of this world. I have to scroll down pretty far to even get to the content of the page.
Any way I can patch-fix this?
Comments
Comment #1
TomDude48 commentedThe messages you are seeing are because your server is not currently configured to support the method the Apps module uses to fetch screenshots and icons. You can remove these messages by setting
allow_url_fopen = onin your php.ini file.
Since this is an issue with Apps, I am moving this to that queue.
Comment #2
randallknutson commentedDuplicate of http://drupal.org/node/1461882