Email or username:

Password:

Forgot your password?
pixelfed

:pixelfed: Server Admins: Want your server added to our new directory on pixelfed.org/servers

Update to the latest commits and navigate to the Directory page on the admin dashboard, it's that simple!

5 comments
hal

@pixelfed Btw. are there any news on the native #Pixelfed #iOS app? (Iā€™m not on #Testflight or so) šŸ™‚

Portrait Photographer

@pixelfed this is probably a common question but is there a pixelfed app for Android? Asking for a friend.

Also what's your stance on somebody already having taken my first name? šŸ˜‚

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 šŸ™

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