coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: dh-paule on June 23, 2004, 08:32:24 PM

Title: Warning: fopen(http://website.com/image): failed to open stream
Post by: dh-paule on June 23, 2004, 08:32:24 PM
Hi @ all...

has anyone a idea? What does it mean?

Warning: fopen(http://enduropage.de/PIC_0004.jpg): failed to open stream: no suitable wrapper could be found in /usr/export/www/vhosts/funnetwork/hosting/enduro/coppermine/upload.php on line 1624

THANK YOU FOR YOUR HELP
Title: Re: Warning: fopen(http://enduropage.de/PIC_0004.jpg): failed to open stream: no
Post by: hyperion on June 23, 2004, 11:53:39 PM
Your host does not allow URL downloads.  This could be due to a few different things:

1. Your host has disables the use of fopen on URLs, which is most likely. You can confirm this by examining phpinfo()'s allow_url_fopen setting.

2. Your host has enabled allow_url_fopen, but has removed the http:// wrapper key.

3. Your PHP version is too old to support wrappers.

You may resolve this issue by having your host activate allow_url_fopen, or you may disable URL uploads in Coppermine by changing the upload configuration in the Groups console.
Title: Re: Warning: fopen(http://website.com/image): failed to open stream
Post by: Joachim Müller on January 09, 2005, 11:37:25 PM
split unrelated posting into separate thread: http://forum.coppermine-gallery.net/index.php?topic=13498.0

Joachim
Title: Re: Warning: fopen(http://website.com/image): failed to open stream
Post by: Nibbler on June 20, 2005, 11:06:27 PM
An alternative is to use curl instead of fopen. curl must be supported by your host for this to work.

http://forum.coppermine-gallery.net/index.php?topic=19022.msg87568#msg87568