Moderator
Yui
(@fierevere)
永子
I got the same, no server info, no diagnostics
Likely caused by this:
PHP message: PHP Fatal error: Uncaught Error: Class 'Phar' not found in X/wp-content/plugins/redis-cache/includes/predis.php:2
I’m using PECL redis extension. Phar is not required and should not be loaded.
Please add checking for used redis access method.
PS: loading PHAR extension fixes displaying server list and diagnostics, but please do not create unnecessary PHP extension requirements. PHAR is not needed when PECL redis extension is in use.
-
This reply was modified 8 years, 2 months ago by
Yui.
Thread Starter
Anonymous User 13711045
(@anonymized-13711045)
I just commented out lines 50 and 51 and includes/servers-list.php and it’s working again. It’s including the Predis file even if using PECL is being used. I don’t have Predis installed.