Dear René, I got the cron job running using the Task Scheduler with this command:
sudo -u http php74 -f /volume1/web/nextcloud/cron.php
Unfortunately, when I add
‘memcache.local’ => ‘\\OC\\Memcache\\APCu‘,
to the config.php (for getting rid of the Cache warning in admin web portal of Nextcloud) the command above does not work anymore with error message:
OCP\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)
Do you know how I can make Cron job and PHP memory cache work together? I suspect a small thing – but I cannot figure it out. I’m running Nextcloud 24.0.1, PHP 7.4, DSM 7.1
It would be great if you had any hint or idea. Best regards.