Help with Embedded Media Field module

Events happening in the community are now at Drupal community events on www.drupal.org.
kevcol's picture

Hi there,

I have a post on main Drupal site (http://drupal.org/node/432580) but since no one has responded, I thought I'd also see if any locals could lend a hand.

I'm having trouble using the Embedded Media Field module. Everything seems to work fine with it, until I call for thumbnails in the block and page view -- the thumbs show up just fine, but I get this error message atop the page:

warning: file_get_contents() [function.file-get-contents]: WARNING: URL fopen access in .../sites/all/modules/emfield/contrib/video_cck/providers/vimeo.inc on line 219.

Anyone have any suggestions on how to fix/prevent that error message?

(I pulled this from my live site, http://welltoldtales.com, due to the error messages, but would like to get it working so I can put up videos from YouTube, Vimeo, etc.)

Thanks much,
Kevin

Comments

allow_url_fopen enabled?

Grayside's picture

Starting Place:

"If PHP has decided that filename specifies a registered protocol, and that protocol is registered as a network URL, PHP will check to make sure that allow_url_fopen is enabled. If it is switched off, PHP will emit a warning and the fopen call will fail."

From the <a href=http://us.php.net/manual/en/function.fopen.php">fopen documentation.

Still not sure why this

kevcol's picture

Still not sure why this happened, but it seemed to only affect Vimeo, so pulled them for now. Will see if I can't figure it out.