PHP: function.fopen : failed to open stream
Posted by vostorga - 05/10/11 at 09:10:38 amSi en php al intentar utilizar fopen obtienen un resultado como:
Download Failed: Remote Server connection failed: fopen(http://jsitepoint.com/update/packages/joomla/update.xml) [function.fopen]: failed to open stream: no suitable wrapper could be found; Using Proxy: No(42)
La solución es editar php.ini modificando/agregando:
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
; http://php.net/allow-url-fopen
allow_url_fopen = On
October 5, 2011 | In linux | No Comments
Powered by WordPress with GimpStyle Theme design by Horacio Bella.
Entries and comments feeds.
Valid XHTML and CSS.