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

TomDude48’s picture

Project: LevelTen Apps » Apps
Version: 7.x-1.0-rc2 » 7.x-1.0-beta5

The 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 = on

in your php.ini file.

Since this is an issue with Apps, I am moving this to that queue.

randallknutson’s picture

Status: Active » Closed (duplicate)