Php fehler seit upgrade auf 21.0.3

Lest bitte diesen Thread durch…

https://help.nextcloud.com/t/cron-not-running-in-nc-21-0-3/119415

Und hier findet ihr den passenden Eintrag in der Nextcloud Doku…

https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html#id1

Kurzfassung: Ich musste bei mir folgendes in der/etc/php/7.4/mods-available/apcu.ini hinzufügen…

extension=apcu.so
apc.enable_cli=1
2 Likes