Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Version 6.0.2 has some infinite loop bug. Roll back to 6.0.1 and it’s fixed. Other server managers with crashed sites are awaiting a 6.0.3 with a fix.

    I just noticed this issue with failing to connect to my Docker based Redis instances on my AWS Lightsail, Plesk, Ubuntu 16.04 farm. The PhpRedis it was configured with was 3.0 which this plugin no longer supports, likely for good reasons. After a bit of research and trial and error was able to get it working by updating to PhpRedis (v5.0.2) via these steps in SSH CLI. If you’re on a different PHP version or different Linux you’ll need to tweak these. You’ll need to run for each PHP version in use. This installs the compiler tools to compile the latest phpredis, then uses pecl package manager to install it. There was a line saying ‘core dump’ during step 2 but it doesn’t seem to have any impact.

    1. sudo apt-get -y install gcc make autoconf libc-dev pkg-config plesk-php73-dev
    2. sudo /opt/plesk/php/7.3/bin/pecl install redis ( Accept the two default prompts )
    3. sudo service plesk-php73-fpm restart
    4. Ensure the redis checkbox is checked in the Plesk server-wide PHP settings at https://__yoursite.com__:8443/admin/php-handler/modules/id/plesk-php73-fpm

    • This reply was modified 6 years, 6 months ago by neilelver.
    • This reply was modified 6 years, 6 months ago by neilelver.
    • This reply was modified 6 years, 6 months ago by neilelver.
Viewing 2 replies - 1 through 2 (of 2 total)