Nextcloud log error ynh28.0.3. PHP OPcache module

Hi, I had/have the same issue - I think it’s the same issue discussed in this topic.

By following the advice from the linked topic, the error message in my admin panel has gone away! So you might want to try that too? But I have the same issue as rodinux; after “fixing” it as described in the other topic, checking via SSH still yields an error message (even though the webadmin doesn’t note it anymore)

cd /var/www/nextcloud
sudo -u nextcloud php8.2 --define apc.enable_cli=1 occ setupchecks

(This code is what gives an error message in my case even after the webadmin-warning went away).

Best!