[TYPO3] fopen function fails?
Alex Heizer
alex at tekdevelopment.com
Fri Mar 31 10:46:02 CEST 2006
Make sure you have the following lines in your php.ini file:
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
allow_url_fopen = On
; Define the anonymous ftp password (your email address)
;from="john at doe.com"
; Define the User-Agent string
; user_agent="PHP"
; Default timeout for socket based streams (seconds)
default_socket_timeout = 90
; If your scripts have to deal with files from Macintosh systems,
; or you are running on a Mac and need to deal with files from
; unix or win32 systems, setting this flag will cause PHP to
; automatically detect the EOL character in those files so that
; fgets() and file() will work regardless of the source of the file.
; auto_detect_line_endings = Off
Cheers,
Alex
Brian Bendtsen wrote:
>Hi
>
>I get an error when typo3 is trying to use the fopen function. For
>example when I use Direct Mail and Read URL. Can it be a permission setting?
>
>My error message:
>Warning: fopen(http://mydomain.com/index.php?id=40&type=99)
>[function.fopen]: failed to open stream
>
>/Brian Bendtsen
>_______________________________________________
>TYPO3-english mailing list
>TYPO3-english at lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
>
>
More information about the TYPO3-english
mailing list