Email or username:

Password:

Forgot your password?
Top-level
PixelFed.eus

@pixelfed@mastodon.social we would love to, but we are facing serious problems to update to the latest commits: github.com/pixelfed/pixelfed/i

Help will be very appreciated 🙏

2 comments
pixelfed

@pixelfed@mastodon.eus To install php-redis, you simply need to run `pecl install redis`

php-redis is a php extension, and must be enabled in php.ini, the pecl command should handle that, more info here github.com/phpredis/phpredis/b

PixelFed.eus

@pixelfed@mastodon.social Thanks for the answer! But I think we already have installed...

We see this messages when we try to install php-redis:

"pecl/redis is already installed and is the same as the released version 5.3.7"

Then we check if it is enabled and we can see the redis.so file in the php modules folder.

The problem comes when we change the .env file and configure with REDIS_CLIENT=phpredis

Seems to not be enabled.

Go Up