Closed (fixed)
Project:
Embedded Media Field
Version:
6.x-1.0
Component:
Embedded Video Field
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2009 at 12:24 UTC
Updated:
23 May 2009 at 23:50 UTC
warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /users/server/www/modules/emfield/contrib/emthumb/emthumb.module on line 564.
warning: file_get_contents(http://img.youtube.com/<link>) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /users/server/www/modules/emfield/contrib/emthumb/emthumb.module on line 564.Is there a chance to change that i don't get this message? The users on this server have no errors when have a look on this video and i only see this message when i edit the story/page.
In line 564 is the following:
$image = file_get_contents($thumbnail);
if ($image) {
Comments
Comment #1
alex ua commentedThis is a problem with your host. Please contact them for a workaround.
Comment #2
alex ua commentedActually, this is a duplicate of #180101: Alternative for Dreamhost? (can't use file_get_contents), which I'm committing a patch for now.