Fresh install on:
4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u2 (2019-11-11) x86_64 GNU/Linux
CPU: Intel Xeon E312xx (Sandy Bridge) Intel Xeon E312xx (Sandy Bridge) (1 1 cores)
Memory: 2 GB
PHP:
Version: 7.3.13
Memory Limit: 512 MB
Database:
Type: mysql
Version: 10.1.41
When attempted to load Nextcloud in browser (Firefox, Linux, current) this error is returned:
Internal Server Error
The server was unable to complete your request.
If this happens again, please send the technical details below to the server administrator.
More details can be found in the server log.
Technical details
[Lists remote address & Request ID]
The tmp directories in first the NC base directory and then in the …/data directory:
drwxr-xr-x 3 www-data www-data 4096 Dec 19 08:47 themes
drwxrwxr-x 2 www-data www-data 4096 Jan 14 15:23 tmp
drwxr-xr-x 2 www-data www-data 4096 Dec 19 08:48 updater
---
-rw-r----- 1 www-data www-data 57259 Jan 15 11:13 nextcloud.log
-rw-r--r-- 1 www-data www-data 0 Jan 14 08:30 .ocdata
drwxrwxr-x 2 www-data www-data 4096 Jan 14 16:40 tmp
After attempting to access NC in browser log:tail returns these errors:
Error PHP is_writable(): open_basedir restriction in effect. File(/tmp) is not within the allowed paths): 2020-01-15T10:04:09+00:00
(/usr/share:/usr/share/php5:/dev/urandom:/var/www/clients/client1/web62/web/nc) at /var/www/clients/client1/web62/web/nc/lib/private/ TempManager.php#260
Warning no app in context Temporary directory /tmp is not present or writable 2020-01-15T10:04:09+00:00
Both tmp directory are writable and in the configured paths (if I’m reading this correctly).
What am I missing?