14.0.2 to 14.0.3 Warnings about your configuration

Hello, after update from 14.0.2 to 14.0.3 I geht :
“There are some warnings about your configuration. Please consult the installation guides :arrow_upper_right: and check the log errors or warnings.”
No problem with the 14.0.2
What can I do ?

Did you look into the log, as suggested?

Hello eehmke
logs
at 13:18
OC\HintException: Memcache \OC\Memcache\APCu not available for local cache

and 13:23
is_readable(): open_basedir restriction in effect. File(/proc/meminfo) is not within the allowed path(s)…

No error since, but warnings always there

So it tells you to setup Memcache and put /proc/meminfo into open_basedir. Makes sense. Hint: I have a line like

php_admin_value open_basedir /var/www/nextcloud:/var/lib/nextcloud:/dev/urandom:/proc/meminfo:/tmp

in my apache virtual host config file.

Thanks
But why no problem with the 14.0.2 ?

Don’t know. I got these messages much earlier. Did you change something at the apache configuration?

No changes. Just updated. (my nextcloud = php 7.0)