After I updated #41165 to recent 10.13.4.1
I see in Admin page
Ok, after reading the easiest way to enable it
sudo apt install php7.4-apcu
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
php7.4-apcu is already the newest version (5.1.23-1+ubuntu22.04.1+deb.sury.org+1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
and change config.php
The message is still there. Does someone understand, what wrong here ?
This is my config report
{
"basic": {
"license key": "***REMOVED SENSITIVE VALUE***",
"date": "Wed, 31 Jan 2024 11:33:36 +0000",
"ownCloud version": "10.13.4.1",
"ownCloud version string": "10.13.4",
"ownCloud edition": "Community",
"server OS": "Linux",
"server OS version": "Linux Latitude 5.15.0-92-generic #102-Ubuntu SMP Wed Jan 10 09:33:48 UTC 2024 x86_64",
"server SAPI": "apache2handler",
"webserver version": "Apache\/2.4.52 (Ubuntu) Phusion_Passenger\/6.0.10 OpenSSL\/3.0.2",
"hostname": "www.server.info",
"logged-in user": "hannes"
},
"stats": {
"users": {
"Database": {
"total_count": 5,
"guest_count": 0,
"seen": 5,
"logged in (30 days)": 3
}
},
"groups": {
"OC\\Group\\Database": 2,
"OCA\\Guests\\GroupBackend": 1
}
},
"config": {
"filelocking.enabled": true,
"memcache.local": "\\OC\\Memcache\\APCu",
"updatechecker": false,
"instanceid": "ocr8mbf8x3zx",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"www.server.info"
],
"datadirectory": "\/daten\/owncloud\/data",
"overwrite.cli.url": "https:\/\/www.server.info\/owncloud",
"dbtype": "pgsql",
"version": "10.13.4.1",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"loglevel": 2,
"maintenance": false,
"theme": "",
"updater.secret": "***REMOVED SENSITIVE VALUE***",
"allow_user_to_change_mail_address": "",
"files_antivirus.av_path": "\/usr\/bin\/clamscan",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465"
},
"integritychecker": {
"passing": true,
"enabled": true,
"result": []
},