?
avatar stAn47
stAn47
27 Oct 2017

Steps to reproduce the issue

a customer of mine reports a PHP Warning:

PHP Warning: fopen(): Unable to find the wrapper "buffer" - did you forget to enable it when you configured PHP?

in

/libraries/src/Client/FtpClient.php

joomla 3.8.1 + php-fpm 7.0.22 via proxy_fcgi

it seems that:

$buffer = fopen('buffer://tmp', 'r');

the buffer may not be always registered type for streams. (actually in most cases it probably is not)

Registered PHP Streams (defaults i believe):
php5.6 to php7.2:
https, ftps, compress.zlib, php, file, glob, data, http, ftp, phar, zip

best regards, stan

Expected result

Actual result

System information (as much as possible)

Additional comments

avatar stAn47 stAn47 - open - 27 Oct 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 27 Oct 2017
avatar stAn47 stAn47 - change - 27 Oct 2017
The description was changed
avatar stAn47 stAn47 - edited - 27 Oct 2017
avatar stAn47 stAn47 - change - 27 Oct 2017
The description was changed
avatar stAn47 stAn47 - edited - 27 Oct 2017
avatar mbabker mbabker - change - 27 Oct 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-10-27 13:28:56
Closed_By mbabker
avatar mbabker mbabker - close - 27 Oct 2017
avatar mbabker
mbabker - comment - 27 Oct 2017

See #18075 for solution.

Add a Comment

Login with GitHub to post a comment