bezpeka.com
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Call to undefined function iconvSame problem here.
Forum: Fixing WordPress
In reply to: wp_is_stream Crashing the server@breakoftheec
just replace string
$wrappers = stream_get_wrappers();
with
$wrappers = array(‘https’, ‘ftps’, ‘compress.zlib’, ‘compress.bzip2’, ‘php’, ‘file’, ‘glob’, ‘data’, ‘http’, ‘ftp’, ‘phar’, ‘zip’); // your array may be different
this is by no means a solution to the problem, but simply a temporary fix so that the sites can workForum: Fixing WordPress
In reply to: wp_is_stream Crashing the serverThis is actually an old elusive bug https://bugs.php.net/bug.php?id=72451 that is most likely associated with the use of a Windows server.
I see it from time to time on my sites, but after the last update, sites really began to fall almost constantly, so I had to “patch” the wordpress files as a temporary measure.My environment
Windows Server 2008 R2
PHP 7.1.18
Apache/2.4.28 (Win64) OpenSSL/1.0.2lForum: Fixing WordPress
In reply to: Fatal error: Allowed memory size of….This is actually an old elusive bug https://bugs.php.net/bug.php?id=72451 that is most likely associated with the use of a Windows server.
I see it from time to time on my sites, but after the last update, sites really began to fall almost constantly, so I had to “patch” the wordpress files as a temporary measure.My environment
Windows Server 2008 R2
PHP 7.1.18
Apache/2.4.28 (Win64) OpenSSL/1.0.2lSame problem with
Fatal error: Uncaught exception 'Exception' with message 'There is no suitable CSPRNG installed on your system'
@dwinden
Yes, the errorCall to undefined function linkinfo()
occurs on old environment (PHP 5.2.17)+Windows when you try to change plugin’s options and then save them.