Two errors - not sure of they relate

I have two issues with Nextcloud – not sure if they are related.
One is when opening the updater it brings me back to the openingsscreen (i.e. no update).
The other is about lots of errors in the log – all starting with “Error: is_file(): open_basedir restriction in effect.”.

Anyone a suggestion wat to do with either of these?

I’m running Nextcloud version 21.0.5 with php version 7.4.

Kind regards – Will

It can be related. open_basedir restricts the access of php to certain folders in your filesystem, and here php tries to access something which is not in the allowed paths of open_basedir.
The serverinfo app is accessing a lot of resources throughout the filesystem, disable this app before you debug any further.

1 Like