For those of you which update your personal cloud to the lastest stable version of Nextcloud due to CVE (https://www.cert.ssi.gouv.fr/avis/CERTFR-2021-AVI-543/), you could encountered this error :
An unhandled exception has been thrown: OC\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)
You could solve the issue :
echo 'apc.enable_cli=1' >> /etc/php/7.x/mods-available/apcu.ini
Have fun.
NextCloud and Memcached-APCu
Dude, you made my day ! Perfectly works
Dude, you made my day ! Perfectly works
Trick for FreeBSD 12 users:
echo ‘apc.enable_cli=1’ >> /usr/local/etc/php/ext-20-apcu.ini