- 🇵🇹Portugal dxvargas
I had the same problem. I found out that it was caused by not having the PHP extension for redis.
I fixed it by running:
sudo apt install php8.1-redis
I installed a new webserver and can't get the Redis caching backend to work:
The service "cache_tags.invalidator.checksum" has a dependency on a non-existent service "redis.factory".
The redis server version is 3.2.3 and the PHPRedis extension version is 3.1.2 (latest stable).
Is version 3 of the PHPRedis extension not yet supported?
Can't vind any info in the module readme files about it.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I had the same problem. I found out that it was caused by not having the PHP extension for redis.
I fixed it by running:
sudo apt install php8.1-redis