SupermanInNY
Verified User
- Joined
- Sep 28, 2004
- Messages
- 425
Hi all,
I'm trying to migrate a wordpress to my server, and I see and error in the log files:
Got error 'PHP message: objectcache.critical: Failed to initialize object cache: PhpRedis was not compiled with Zstandard compression support, see For more information about enabling compressions see: https://objectcache.pro/docs/data-encoding/', referer: https://www.mda-kapam.org/
When I run:
# php -i | grep -i zstd
Registered PHP Streams => https, ftps, compress.zlib, php, file, glob, data, http, ftp, phar, zip, compress.zstd
ZSTD => No
ZSTD compression => No
zstd
Zstd support => enabled
zstd.output_compression => Off => Off
zstd.output_compression_dict => no value => no value
zstd.output_compression_level => -1 => -1
How do I enable the compression support?
thanks for any pointers.
-Sup.
I'm trying to migrate a wordpress to my server, and I see and error in the log files:
Got error 'PHP message: objectcache.critical: Failed to initialize object cache: PhpRedis was not compiled with Zstandard compression support, see For more information about enabling compressions see: https://objectcache.pro/docs/data-encoding/', referer: https://www.mda-kapam.org/
When I run:
# php -i | grep -i zstd
Registered PHP Streams => https, ftps, compress.zlib, php, file, glob, data, http, ftp, phar, zip, compress.zstd
ZSTD => No
ZSTD compression => No
zstd
Zstd support => enabled
zstd.output_compression => Off => Off
zstd.output_compression_dict => no value => no value
zstd.output_compression_level => -1 => -1
How do I enable the compression support?
thanks for any pointers.
-Sup.