Closed (duplicate)
Project:
Picasa
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2007 at 05:25 UTC
Updated:
27 Oct 2007 at 07:04 UTC
After installing the picasa module and setting my username I get these errors:
file_get_contents(http://picasaweb.google.com/data/feed/api/user/[username]/album/?kind=photo) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/lizrdb0y/public_html/drupal/modules/picasa/picasa.module on line 226.
file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/lizrdb0y/public_html/drupal/modules/picasa/picasa.module on line 22
Neither the random image block nor web gallery are working.
Comments
Comment #1
lizardb0y commentedThis turns out to be the same issue as allow_url_fopen. The patch in that issue using drupal_http_request() has solved the problem for me.