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

lizardb0y’s picture

Status: Active » Closed (duplicate)

This 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.