Internal server error after move data directory

Could you post your config.php (change sensitive values to dummy values before posting).
Also: is there anything in the webservers log, when the “internal server error” is happening?

Yes, sure.
Here is my config.php

<?php
$CONFIG = array (
  'instanceid' => 'xxxxxx',
  'passwordsalt' => 'xxxxx',
  'secret' => 'xxxxxxxxxxxx',
  'trusted_domains' =>
  array (
    0 => 'cloud.edv-jellissen.de',
  ),
  'datadirectory' => '/mnt/cloud/data',
  'dbtype' => 'mysql',
  'version' => '16.0.3.0',
  'overwrite.cli.url' => 'https://cloud.edv-jellissen.de',
  'dbname' => 'c1_cloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'c1joerg',
  'dbpassword' => 'xxxxxx',
  'installed' => true,
  'maintenance' => false,
);

Here is my error.log from the specific costumer

[Sat Jul 27 12:38:06.634429 2019] [proxy_fcgi:error] [pid 10911] [client xxxxxxxx:55359] AH01071: Got error 'PHP message: PHP Warning:  file_exists(): open_basedir restriction in effect. File(/mnt/cloud/data/nextcloud.log) is not wi$
[Sat Jul 27 12:38:06.643423 2019] [proxy_fcgi:error] [pid 10911] [client xxxxxxxx:55359] AH01071: Got error ':/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom) in /var/www/clients/client1/web1/$
[Sat Jul 27 12:38:06.650536 2019] [proxy_fcgi:error] [pid 10911] [client xxxxxxx:55359] AH01071: Got error 'web1/private:/var/www/clients/client1/web1/tmp:/var/www/edv-jellissen.de/web:/srv/www/edv-jellissen.de/web:/usr/share/php5:$
[Sat Jul 27 12:38:06.656442 2019] [proxy_fcgi:error] [pid 10911] [client xxxxxx:55359] AH01071: Got error '. File(/mnt/cloud/data/nextcloud.log) is not within the allowed path(s): (/var/www/clients/client1/web1/web:/var/www/client$
[Sat Jul 27 12:38:06.663219 2019] [proxy_fcgi:error] [pid 10911] [client xxxxx:55359] AH01071: Got error 'Mozilla\\/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko\\/20100101 Firefox\\/68.0","version":"16.0.3.0"}\nPHP message: P$
[Sat Jul 27 12:38:06.669413 2019] [proxy_fcgi:error] [pid 10911] [client xxxxxxx:55359] AH01071: Got error 'myadmin:\\/var\\/lib\\/phpmyadmin:\\/dev\\/random:\\/dev\\/urandom) at \\/var\\/www\\/clients\\/client1\\/web1\\/web\\/clou$
[Sat Jul 27 12:38:06.680819 2019] [proxy_fcgi:error] [pid 10911] [client xxxxxxx:55359] AH01071: Got error '.\nPHP message: PHP Warning:  fileperms(): open_basedir restriction in effect. File(/mnt/cloud/data/nextcloud.log) is not w$
[Sat Jul 27 12:38:06.687540 2019] [proxy_fcgi:error] [pid 10911] [client xxxxxxxxx:55359] AH01071: Got error '1\\/web\\/cloud\\/lib\\/private\\/Files\\/Storage\\/Local.php#392","userAgent":"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64;$
[Sat Jul 27 12:38:06.694242 2019] [proxy_fcgi:error] [pid 10911] [client xxxxxxxx:55359] AH01071: Got error '/php:\\/tmp:\\/usr\\/share\\/phpmyadmin:\\/etc\\/phpmyadmin:\\/var\\/lib\\/phpmyadmin:\\/dev\\/random:\\/dev\\/urandom) at $
[Sat Jul 27 12:38:06.700686 2019] [proxy_fcgi:error] [pid 10911] [client xxxxxxx:55359] AH01071: Got error 'ar\\/www\\/clients\\/client1\\/web1\\/tmp:\\/var\\/www\\/edv-jellissen.de\\/web:\\/srv\\/www\\/edv-jellissen.de\\/web:\\/us$
[Sat Jul 27 12:38:06.707433 2019] [proxy_fcgi:error] [pid 10911] [client xxxxxxx:55359] AH01071: Got error 'h1e4ttjv) is not within the allowed path(s): (\\/var\\/www\\/clients\\/client1\\/web1\\/web:\\/var\\/www\\/clients\\/client$
[Sat Jul 27 12:38:06.712255 2019] [proxy_fcgi:error] [pid 10911] [client xxxxxxx:55359] AH01071: Got error 'PHP","method":"GET","url":"\\/","message":"file_exists(): open_basedir restriction in effect. File(\\/mnt\\/cloud\\/data\\/$
[Sat Jul 27 12:38:06.712369 2019] [proxy_fcgi:error] [pid 10911] [client xxxxxx:55359] AH01071: Got error 'PHP message: PHP Warning:  fileperms(): open_basedir restriction in effect. File(/mnt/cloud/data/nextcloud.log) is not with$
[Sat Jul 27 12:38:06.713412 2019] [proxy_fcgi:error] [pid 10911] [client xxxxxx:55359] AH01071: Got error 'nt1\\/web1\\/tmp:\\/var\\/www\\/edv-jellissen.de\\/web:\\/srv\\/www\\/edv-jellissen.de\\/web:\\/usr\\/share\\/php5:\\/usr\\$

Here is my error.log from the hole apache2 like this (/var/log/apache2/error.log)

[ 2019-07-27 12:42:14.7164 12197/7ff4450f2600 age/Wat/WatchdogMain.cpp:1291 ]: Starting Passenger watchdog...
[ 2019-07-27 12:42:14.7241 12200/7f76a5ea7600 age/Cor/CoreMain.cpp:982 ]: Starting Passenger core...
[ 2019-07-27 12:42:14.7242 12200/7f76a5ea7600 age/Cor/CoreMain.cpp:235 ]: Passenger core running in multi-application mode.
[ 2019-07-27 12:42:14.7258 12200/7f76a5ea7600 age/Cor/CoreMain.cpp:732 ]: Passenger core online, PID 12200
[ 2019-07-27 12:42:14.7341 12208/7fd2a2de0600 age/Ust/UstRouterMain.cpp:529 ]: Starting Passenger UstRouter...
[ 2019-07-27 12:42:14.7348 12208/7fd2a2de0600 age/Ust/UstRouterMain.cpp:342 ]: Passenger UstRouter online, PID 12208
[Sat Jul 27 12:42:14.742404 2019] [ssl:warn] [pid 12193] AH01906: vs01.edv-jellissen.de:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Jul 27 12:42:14.742513 2019] [ssl:error] [pid 12193] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: emailAddress=info@edv-jellissen.de,CN=vs01.edv-jellissen.de,O=EDV Service Jellissen,L=Moers,ST=NRW,C$
[Sat Jul 27 12:42:14.742524 2019] [ssl:error] [pid 12193] AH02604: Unable to configure certificate vs01.edv-jellissen.de:8080:0 for stapling
[Sat Jul 27 12:42:14.742551 2019] [suexec:notice] [pid 12193] AH01232: suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)


[ 2019-07-27 12:42:14.7856 12208/7fd297fff700 age/Ust/UstRouterMain.cpp:422 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
[ 2019-07-27 12:42:14.7856 12200/7f769f686700 age/Cor/CoreMain.cpp:532 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
[ 2019-07-27 12:42:14.7857 12200/7f76a5ea7600 age/Cor/CoreMain.cpp:901 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
[ 2019-07-27 12:42:14.7858 12208/7fd2a2de0600 age/Ust/UstRouterMain.cpp:492 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
[ 2019-07-27 12:42:14.7859 12200/7f769ee04700 Ser/Server.h:817 ]: [ServerThr.2] Freed 128 spare client objects
[ 2019-07-27 12:42:14.7859 12200/7f769f686700 Ser/Server.h:817 ]: [ServerThr.1] Freed 128 spare client objects
[ 2019-07-27 12:42:14.7859 12200/7f769ee04700 Ser/Server.h:464 ]: [ServerThr.2] Shutdown finished
[ 2019-07-27 12:42:14.7859 12200/7f769f686700 Ser/Server.h:464 ]: [ServerThr.1] Shutdown finished
[ 2019-07-27 12:42:14.7859 12200/7f769dd00700 Ser/Server.h:817 ]: [ServerThr.4] Freed 128 spare client objects
[ 2019-07-27 12:42:14.7859 12200/7f769dd00700 Ser/Server.h:464 ]: [ServerThr.4] Shutdown finished
[ 2019-07-27 12:42:14.7859 12208/7fd297fff700 Ser/Server.h:464 ]: [UstRouter] Shutdown finished
[ 2019-07-27 12:42:14.7859 12200/7f769e582700 Ser/Server.h:817 ]: [ServerThr.3] Freed 128 spare client objects
[ 2019-07-27 12:42:14.7860 12200/7f769e582700 Ser/Server.h:464 ]: [ServerThr.3] Shutdown finished
[ 2019-07-27 12:42:14.7860 12208/7fd2977fe700 Ser/Server.h:817 ]: [UstRouterApiServer] Freed 0 spare client objects
[ 2019-07-27 12:42:14.7860 12208/7fd2977fe700 Ser/Server.h:464 ]: [UstRouterApiServer] Shutdown finished
[ 2019-07-27 12:42:14.7860 12200/7f769d47e700 Ser/Server.h:817 ]: [ApiServer] Freed 0 spare client objects
[ 2019-07-27 12:42:14.7860 12200/7f769d47e700 Ser/Server.h:464 ]: [ApiServer] Shutdown finished
[ 2019-07-27 12:42:14.7863 12208/7fd2a2de0600 age/Ust/UstRouterMain.cpp:523 ]: Passenger UstRouter shutdown finished
[Sat Jul 27 12:42:14.796668 2019] [so:warn] [pid 12193] AH01574: module php7_module is already loaded, skipping
[ 2019-07-27 12:42:14.8383 12200/7f76a5ea7600 age/Cor/CoreMain.cpp:967 ]: Passenger core shutdown finished
[ 2019-07-27 12:42:15.1590 12236/7f8a41156600 age/Wat/WatchdogMain.cpp:1291 ]: Starting Passenger watchdog...
[ 2019-07-27 12:42:15.1667 12239/7f586d230600 age/Cor/CoreMain.cpp:982 ]: Starting Passenger core...
[ 2019-07-27 12:42:15.1668 12239/7f586d230600 age/Cor/CoreMain.cpp:235 ]: Passenger core running in multi-application mode.
[ 2019-07-27 12:42:15.1684 12239/7f586d230600 age/Cor/CoreMain.cpp:732 ]: Passenger core online, PID 12239
[ 2019-07-27 12:42:15.1767 12247/7f0ea4c57600 age/Ust/UstRouterMain.cpp:529 ]: Starting Passenger UstRouter...
[ 2019-07-27 12:42:15.1773 12247/7f0ea4c57600 age/Ust/UstRouterMain.cpp:342 ]: Passenger UstRouter online, PID 12247
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/php_openssl.dll' - /usr/lib/php/20151012/php_openssl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/php_pdo_mysql.dll' - /usr/lib/php/20151012/php_pdo_mysql.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[Sat Jul 27 12:42:15.240748 2019] [:error] [pid 12228] python_init: Python version mismatch, expected '2.7.5+', found '2.7.13'.
[Sat Jul 27 12:42:15.240840 2019] [:error] [pid 12228] python_init: Python executable found '/usr/bin/python'.
[Sat Jul 27 12:42:15.240847 2019] [:error] [pid 12228] python_init: Python path being used '/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Sat Jul 27 12:42:15.240869 2019] [:notice] [pid 12228] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Sat Jul 27 12:42:15.240876 2019] [:notice] [pid 12228] mod_python: using mutex_directory /tmp
[Sat Jul 27 12:42:15.255058 2019] [ssl:warn] [pid 12228] AH01906: vs01.edv-jellissen.de:8080:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sat Jul 27 12:42:15.255160 2019] [ssl:error] [pid 12228] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: emailAddress=info@edv-jellissen.de,CN=vs01.edv-jellissen.de,O=EDV Service Jellissen,L=Moers,ST=NRW,C$
[Sat Jul 27 12:42:15.255170 2019] [ssl:error] [pid 12228] AH02604: Unable to configure certificate vs01.edv-jellissen.de:8080:0 for stapling
[Sat Jul 27 12:42:15.262846 2019] [mpm_prefork:notice] [pid 12228] AH00163: Apache/2.4.25 (Debian) mod_fcgid/2.3.9 Phusion_Passenger/5.0.30 mod_python/3.3.1 Python/2.7.13 OpenSSL/1.0.2s mod_perl/2.0.10 Perl/v5.24.1 configured -- resumin$
[Sat Jul 27 12:42:15.262885 2019] [core:notice] [pid 12228] AH00094: Command line: '/usr/sbin/apache2'

I see many errors :frowning: :frowning: :frowning: :frowning:
I’m not happy

Unless /mnt/cloud/data/ is added to the open_basedir-directive like before, it will never work.

I have zero knowledge of ISPconfig, but maybe ISPconfig keeps overwriting the value. Maybe you can configure open_basedir somewhere in the webpanel of ispconfig?

Yes, i have found this section in ISPConfig.
I can create “php snippets” for each costumer.
Than this error is fixed. But only this one.
My configuration is actually without any Caches and so on.

What exactly are the other errors? Does Nextcloud work now, or does it not work?

I have made a new “domain” in ISPConfig because i would like to have mor flexabillity and now i have a Let’s Encrypt Certificate for this "sub"domain.

So, the different is now, the old installation was under /var/www/edv-jellissen.de/cloud --> web1
and now is the path /var/www/cloud.edv-jellissen.de/cloud/ --> web50.

So i recover all the nextcloud data to the new “web”. And … again.
Internal Server Error.
But now i have enabled the debug in the config.php in the hope you can help me better what is the problem.

Is it right? Can you help me?
Look at http://cloud.edv-jellissen.de

Is the new path present in open_basedir?

Did you adapt the path to the data directory in nextclouds config.php? And is the path to the data directory present in open_basedir?

To debug an internal server error, the webservers‘ log would be more helpful. I doubt that nextcloud.log will be of any help here. Anyway:

This leads to a nextcloud login page, not to a logfile.

Hello,
yes, the ope_basedir is correct. You can check this on cloud.edv-jellissen.de/phpinfo.php

the nextcloud.log is empty.

The webserver log shows this:
. ........ [Wed Jul 31 13:14:56.467566 2019] [proxy_fcgi:error] [pid 4947] [client 2.247.24 0.160:10501] AH01071: Got error 'PHP message: {"reqId":"ObfwCVUbkcjkhZW8G2vC","l evel":3,"time":"2019-07-31T11:14:56+00:00","remoteAddr":"2.247.240.160","user":" --","app":"index","method":"GET","url":"\\/index.php\\/s\\/rqmicwfmfL6eCY6","mes sage":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":0 ,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/lib\ \/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putContent ","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon-se arch-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcm cvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aW R0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsaX BzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtNS 42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:image\\/sv g+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9IjA gMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2lk...' [Wed Jul 31 13:14:57.274849 2019] [proxy_fcgi:error] [pid 31484] [client 2.247.2 40.160:11864] AH01071: Got error 'PHP message: {"reqId":"3nMYXR7hG54RTXtlKM8D"," level":3,"time":"2019-07-31T11:14:57+00:00","remoteAddr":"2.247.240.160","user": "--","app":"index","method":"GET","url":"\\/index.php\\/apps\\/theming\\/styles? v=9","message":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"" ,"Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/clo ud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"p utContent","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n --icon-search-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3d y53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9I jE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lI j48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1L TUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:i mage\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZX dib3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxN...' [Wed Jul 31 13:15:00.686209 2019] [proxy_fcgi:error] [pid 31486] [client 2.247.2 40.160:15433] AH01071: Got error 'PHP message: {"reqId":"kADpMYGYinckvzv8tEaW"," level":3,"time":"2019-07-31T11:15:00+00:00","remoteAddr":"2.247.240.160","user": "--","app":"index","method":"GET","url":"\\/index.php\\/s\\/rqmicwfmfL6eCY6","me ssage":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code": 0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/lib \\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putConten t","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon-s earch-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vc mcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3a WR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsa XBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtN S42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:image\\/s vg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9Ij AgMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2lk...' [Wed Jul 31 13:15:01.150909 2019] [proxy_fcgi:error] [pid 7376] [client 2.247.24 0.160:6505] AH01071: Got error 'PHP message: {"reqId":"3mc8BD83ZRrhFd7bcGwg","le vel":3,"time":"2019-07-31T11:15:01+00:00","remoteAddr":"2.247.240.160","user":"- -","app":"index","method":"GET","url":"\\/index.php\\/apps\\/theming\\/styles?v= 9","message":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":""," Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud \\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"put Content","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n-- icon-search-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy5 3My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE 2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj4 8ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTU uNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:ima ge\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdi b3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxN...' [Wed Jul 31 13:17:20.509248 2019] [proxy_fcgi:error] [pid 4947] [client 2.247.24 0.160:29422] AH01071: Got error 'PHP message: {"reqId":"SJBpuUZ6gC9758HQtuCk","l evel":3,"time":"2019-07-31T11:17:20+00:00","remoteAddr":"2.247.240.160","user":" --","app":"index","method":"GET","url":"\\/index.php\\/s\\/rqmicwfmfL6eCY6","mes sage":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":0 ,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/lib\ \/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putContent ","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon-se arch-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcm cvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aW R0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsaX BzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtNS 42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:image\\/sv g+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9IjA gMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2lk...' [Wed Jul 31 13:17:21.258239 2019] [proxy_fcgi:error] [pid 17788] [client 2.247.2 40.160:25751] AH01071: Got error 'PHP message: {"reqId":"ApVgYoeyKnNNBGyvP2SQ"," level":3,"time":"2019-07-31T11:17:21+00:00","remoteAddr":"2.247.240.160","user": "--","app":"index","method":"GET","url":"\\/index.php\\/apps\\/theming\\/styles? v=9","message":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"" ,"Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/clo ud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"p utContent","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n --icon-search-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3d y53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9I jE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lI j48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1L TUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:i mage\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZX dib3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxN...' [Wed Jul 31 14:03:58.834229 2019] [proxy_fcgi:error] [pid 1956] [client 176.199. 4.15:49572] AH01071: Got error 'PHP message: {"reqId":"TMhauUQW0SQTRCB3v1IP","le vel":3,"time":"2019-07-31T12:03:58+00:00","remoteAddr":"176.199.4.15","user":"ss tratford","app":"index","method":"GET","url":"\\/index.php\\/apps\\/files\\/","m essage":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code" :0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/li b\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putConte nt","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon- search-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5v cmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3 aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxs aXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUt NS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:image\\/ svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9I jAgMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2...' [Wed Jul 31 14:03:59.605523 2019] [proxy_fcgi:error] [pid 6561] [client 176.199. 4.15:49598] AH01071: Got error 'PHP message: {"reqId":"XshOkg6JXnxqpPVzbdPv","le vel":3,"time":"2019-07-31T12:03:59+00:00","remoteAddr":"176.199.4.15","user":"ss tratford","app":"index","method":"GET","url":"\\/index.php\\/apps\\/theming\\/st yles?v=9","message":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Messag e":"","Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\ \/cloud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"functio n":"putContent","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon-search-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDov L3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWln aHQ9IjE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJu b25lIj48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0 LjI1LTUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(d ata:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciI HZpZXdib3g9IjAgMCAxNiAxNiIgaGVpZ2...' [Wed Jul 31 14:04:01.903802 2019] [proxy_fcgi:error] [pid 4947] [client 176.199. 4.15:49594] AH01071: Got error 'PHP message: {"reqId":"5ih69tS70HBOvd4qmP2q","le vel":3,"time":"2019-07-31T12:04:01+00:00","remoteAddr":"176.199.4.15","user":"ss tratford","app":"index","method":"GET","url":"\\/index.php\\/apps\\/files\\/","m essage":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code" :0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/li b\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putConte nt","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon- search-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5v cmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3 aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxs aXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUt NS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:image\\/ svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9I jAgMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2...' [Wed Jul 31 17:08:59.011180 2019] [authz_core:error] [pid 1956] [client xxxxxxx] AH01630: client denied by server configuration: /var/www/clients/cli ent1/web50/web/cloud/config

This is hard to read. Can you format the error message as code block with triple backticks like explained here: https://commonmark.org/help/ ?

Yes, sure. I’am sorry

[Wed Jul 31 13:14:56.467566 2019] [proxy_fcgi:error] [pid 4947] [client 2.247.24                                                                                                                                                             0.160:10501] AH01071: Got error 'PHP message: {"reqId":"ObfwCVUbkcjkhZW8G2vC","l                                                                                                                                                             evel":3,"time":"2019-07-31T11:14:56+00:00","remoteAddr":"2.247.240.160","user":"                                                                                                                                                             --","app":"index","method":"GET","url":"\\/index.php\\/s\\/rqmicwfmfL6eCY6","mes                                                                                                                                                             sage":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":0                                                                                                                                                             ,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/lib\                                                                                                                                                             \/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putContent                                                                                                                                                             ","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon-se                                                                                                                                                             arch-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcm                                                                                                                                                             cvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aW                                                                                                                                                             R0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsaX                                                                                                                                                             BzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtNS                                                                                                                                                             42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:image\\/sv                                                                                                                                                             g+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9IjA                                                                                                                                                             gMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2lk...'
[Wed Jul 31 13:14:57.274849 2019] [proxy_fcgi:error] [pid 31484] [client 2.247.2                                                                                                                                                             40.160:11864] AH01071: Got error 'PHP message: {"reqId":"3nMYXR7hG54RTXtlKM8D","                                                                                                                                                             level":3,"time":"2019-07-31T11:14:57+00:00","remoteAddr":"2.247.240.160","user":                                                                                                                                                             "--","app":"index","method":"GET","url":"\\/index.php\\/apps\\/theming\\/styles?                                                                                                                                                             v=9","message":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":""                                                                                                                                                             ,"Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/clo                                                                                                                                                             ud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"p                                                                                                                                                             utContent","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n                                                                                                                                                             --icon-search-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3d                                                                                                                                                             y53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9I                                                                                                                                                             jE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lI                                                                                                                                                             j48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1L                                                                                                                                                             TUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:i                                                                                                                                                             mage\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZX                                                                                                                                                             dib3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxN...'
[Wed Jul 31 13:15:00.686209 2019] [proxy_fcgi:error] [pid 31486] [client 2.247.2                                                                                                                                                             40.160:15433] AH01071: Got error 'PHP message: {"reqId":"kADpMYGYinckvzv8tEaW","                                                                                                                                                             level":3,"time":"2019-07-31T11:15:00+00:00","remoteAddr":"2.247.240.160","user":                                                                                                                                                             "--","app":"index","method":"GET","url":"\\/index.php\\/s\\/rqmicwfmfL6eCY6","me                                                                                                                                                             ssage":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":                                                                                                                                                             0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/lib                                                                                                                                                             \\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putConten                                                                                                                                                             t","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon-s                                                                                                                                                             earch-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vc                                                                                                                                                             mcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3a                                                                                                                                                             WR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsa                                                                                                                                                             XBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtN                                                                                                                                                             S42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:image\\/s                                                                                                                                                             vg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9Ij                                                                                                                                                             AgMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2lk...'
[Wed Jul 31 13:15:01.150909 2019] [proxy_fcgi:error] [pid 7376] [client 2.247.24                                                                                                                                                             0.160:6505] AH01071: Got error 'PHP message: {"reqId":"3mc8BD83ZRrhFd7bcGwg","le                                                                                                                                                             vel":3,"time":"2019-07-31T11:15:01+00:00","remoteAddr":"2.247.240.160","user":"-                                                                                                                                                             -","app":"index","method":"GET","url":"\\/index.php\\/apps\\/theming\\/styles?v=                                                                                                                                                             9","message":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","                                                                                                                                                             Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud                                                                                                                                                             \\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"put                                                                                                                                                             Content","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--                                                                                                                                                             icon-search-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy5                                                                                                                                                             3My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE                                                                                                                                                             2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj4                                                                                                                                                             8ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTU                                                                                                                                                             uNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:ima                                                                                                                                                             ge\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdi                                                                                                                                                             b3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxN...'
[Wed Jul 31 13:17:20.509248 2019] [proxy_fcgi:error] [pid 4947] [client 2.247.24                                                                                                                                                             0.160:29422] AH01071: Got error 'PHP message: {"reqId":"SJBpuUZ6gC9758HQtuCk","l                                                                                                                                                             evel":3,"time":"2019-07-31T11:17:20+00:00","remoteAddr":"2.247.240.160","user":"                                                                                                                                                             --","app":"index","method":"GET","url":"\\/index.php\\/s\\/rqmicwfmfL6eCY6","mes                                                                                                                                                             sage":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":0                                                                                                                                                             ,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/lib\                                                                                                                                                             \/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putContent                                                                                                                                                             ","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon-se                                                                                                                                                             arch-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcm                                                                                                                                                             cvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aW                                                                                                                                                             R0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsaX                                                                                                                                                             BzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtNS                                                                                                                                                             42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:image\\/sv                                                                                                                                                             g+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9IjA                                                                                                                                                             gMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2lk...'
[Wed Jul 31 13:17:21.258239 2019] [proxy_fcgi:error] [pid 17788] [client 2.247.2                                                                                                                                                             40.160:25751] AH01071: Got error 'PHP message: {"reqId":"ApVgYoeyKnNNBGyvP2SQ","                                                                                                                                                             level":3,"time":"2019-07-31T11:17:21+00:00","remoteAddr":"2.247.240.160","user":                                                                                                                                                             "--","app":"index","method":"GET","url":"\\/index.php\\/apps\\/theming\\/styles?                                                                                                                                                             v=9","message":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":""                                                                                                                                                             ,"Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/clo                                                                                                                                                             ud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"p                                                                                                                                                             utContent","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n                                                                                                                                                             --icon-search-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3d                                                                                                                                                             y53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9I                                                                                                                                                             jE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lI                                                                                                                                                             j48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1L                                                                                                                                                             TUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:i                                                                                                                                                             mage\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZX                                                                                                                                                             dib3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxN...'
[Wed Jul 31 14:03:58.834229 2019] [proxy_fcgi:error] [pid 1956] [client 176.199.                                                                                                                                                             4.15:49572] AH01071: Got error 'PHP message: {"reqId":"TMhauUQW0SQTRCB3v1IP","le                                                                                                                                                             vel":3,"time":"2019-07-31T12:03:58+00:00","remoteAddr":"176.199.4.15","user":"ss                                                                                                                                                             tratford","app":"index","method":"GET","url":"\\/index.php\\/apps\\/files\\/","m                                                                                                                                                             essage":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code"                                                                                                                                                             :0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/li                                                                                                                                                             b\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putConte                                                                                                                                                             nt","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon-                                                                                                                                                             search-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5v                                                                                                                                                             cmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3                                                                                                                                                             aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxs                                                                                                                                                             aXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUt                                                                                                                                                             NS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:image\\/                                                                                                                                                             svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9I                                                                                                                                                             jAgMCAxNAxNiIgaGVpZ2h0PSIxNiIgd2...'
[Wed Jul 31 14:03:59.605523 2019] [proxy_fcgi:error] [pid 6561] [client 176.199.                                                                                                                                                             4.15:49598] AH01071: Got error 'PHP message: {"reqId":"XshOkg6JXnxqpPVzbdPv","le                                                                                                                                                             vel":3,"time":"2019-07-31T12:03:59+00:00","remoteAddr":"176.199.4.15","user":"ss                                                                                                                                                             tratford","app":"index","method":"GET","url":"\\/index.php\\/apps\\/theming\\/st                                                                                                                                                             yles?v=9","message":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Messag                                                                                                                                                             e":"","Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\                                                                                                                                                             \/cloud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"functio                                                                                                                                                             n":"putContent","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root                                                                                                                                                              {\\n--icon-search-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDov                                                                                                                                                             L3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWln                                                                                                                                                             aHQ9IjE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJu                                                                                                                                                             b25lIj48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0                                                                                                                                                             LjI1LTUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(d                                                                                                                                                             ata:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciI                                                                                                                                                             HZpZXdib3g9IjAgMCAxNiAxNiIgaGVpZ2...'
[Wed Jul 31 14:04:01.903802 2019] [proxy_fcgi:error] [pid 4947] [client 176.199.                                                                                                                                                             4.15:49594] AH01071: Got error 'PHP message: {"reqId":"5ih69tS70HBOvd4qmP2q","le                                                                                                                                                             vel":3,"time":"2019-07-31T12:04:01+00:00","remoteAddr":"176.199.4.15","user":"ss                                                                                                                                                             tratford","app":"index","method":"GET","url":"\\/index.php\\/apps\\/files\\/","m                                                                                                                                                             essage":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code"                                                                                                                                                             :0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/li                                                                                                                                                             b\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putConte                                                                                                                                                             nt","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon-                                                                                                                                                             search-000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5v                                                                                                                                                             cmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3                                                                                                                                                             aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxs                                                                                                                                                             aXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUt                                                                                                                                                             NS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: url(data:image\\/                                                                                                                                                             svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9I                                                                                                                                                             jAgMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2...'
[Wed Jul 31 17:08:59.011180 2019] [authz_core:error] [pid 1956] [client xxxxxxx] AH01630: client denied by server configuration: /var/www/clients/cli                                                                                                                                                             ent1/web50/web/cloud/config`

I hope this is better

Not really. To many spaces or Tabstops in every single line.

I am getting confused with your different installations using different php versions. I could not find this path neither in the error log nor in open_basedir in the linked phpinfo.

What are the paths to the nextcloud folder and the to that installation belonging data directory?

Sorry, it doen’t work

[Wed Jul 31 13:14:56.467566 2019] [proxy_fcgi:error] [pid 4947] [client 2.247.24 0.160:10501] AH01071: Got error 'PHP message: {"reqId":"ObfwCVUbkcjkhZW8G2vC","l evel":3,"time":"2019-07-31T11:14:56+00:00","remoteAddr":"2.247.240.160","user":" --","app":"index","method":"GET","url":"\\/index.php\\/s\\/rqmicwfmfL6eCY6","mesage":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":0"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\/web50/web\\/cloud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putContent","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon-se arch-000:url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);iconcontacts000:urldata:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2lk...'
[WedJul3113:14:57.2748492019][proxy_fcgi:error][pid31484][client2.247.240.160:1186H01071:Goterror'PHPmessage:"reqId":"3nMYXR7hG54RTXtlKM8D","level":3,"time":"20190731T11:14:57+00:00","remoteAddr":"2.247.240.160","user":"","app":"index","method":"GET","url":"\\/index.php\\/apps\\/theming\\/styles?v=9","message":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putContent","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n --icon-search000:url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3d y53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);iconcontacts000:urldata:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxN...'
 [Wed Jul 31 13:15:00.686209 2019] [proxy_fcgi:error][pid31486] [client2.247.240.160:15433]AH01071:Goterror'PHPmessage:"reqId":"kADpMYGYinckvzv8tEaW","level":3,"time":"20190731T11:15:00+00:00","remoteAddr":"2.247.240.160","user":"","app":"index","method":"GET","url":"\\/index.php\\/s\\/rqmicwfmfL6eCY6","message":"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\/web50/web\\/cloud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putContent","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon-s earch000:url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);iconcontacts000:urldata:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2lk...' 
[Wed Jul 31 13:15:01.150909 2019] [proxy_fcgi:error] [pid 7376] [client 2.247.24 0.160:6505] AH01071: Got error 'PHP message: {"reqId":"3mc8BD83ZRrhFd7bcGwg","le vel":3,"time":"2019-07-31T11:15:01+00:00","remoteAddr":"2.247.240.160","user":"","app":"index","method":"GET","url":"\\/index.php\\/apps\\/theming\\/styles=9","message":"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putContent","class":"OC\\\\Files\\\\Node\\\\File","type":">","args":[":root{\\niconsearch000:url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);--icon-contacts-000: urldata:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdi b3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxN...'[WedJul3113:17:20.509248 2019] [proxy_fcgi:error] [pid 4947] [client2.247.240.160:29422]AH01071: Goterror'PHPmessage:{"reqId":"SJBpuUZ6gC9758HQtuCk","level":3,"time":"20190731T11:17:20+00:00","remoteAddr":"2.247.240.160","user":"","app":"index","method":"GET","url":"\\/index.php\\/s\\/rqmicwfmfL6eCY6","message":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\/web\\/cloud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putContent","class":"OC\\\\Files\\\\Node\\\\File","type":">","args":[":root{\\niconsearch000:url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);iconcontacts000:url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9IjA gMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2lk...' 
[Wed Jul 31 13:17:21.258239 2019] [proxy_fcgi:error] [pid 17788] [client 2.247.2 40.160:25751]AH01071:Goterror'PHPmessage:"reqId":"ApVgYoeyKnNNBGyvP2SQ","level":3,"time":"20190731T11:17:21+00:00","remoteAddr":"2.247.240.160","user":"","app":"index","method":"GET","url":"\\/index.php\\/apps\\/theming\\/styles?v=9","message":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putContent","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n --icon-search000: url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);iconcontacts000:url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxN...'[Wed Jul 31 14:03:58.834229 2019] [proxy_fcgi:error] [pid 1956] [client 176.199.4.15:49572]AH01071:Goterror'PHPmessage:{"reqId":"TMhauUQW0SQTRCB3v1IP","level":3,"time":"20190731T12:03:58+00:00","remoteAddr":"176.199.4.15","user":"sstratford","app":"index","method":"GET","url":"\\/index.php\\/apps\\/files\\/","message":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putContent","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon- search-000:url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);iconcontacts000:url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2...' [Wed Jul 31 14:03:59.605523 2019] [proxy_fcgi:error] [pid 6561] [client176.199.4.15:49598]AH01071:Goterror'PHPmessage:{"reqId":"XshOkg6JXnxqpPVzbdPv","level":3,"time":"20190731T12:03:59+00:00","remoteAddr":"176.199.4.15","user":"sstratford","app":"index","method":"GET","url":"\\/index.php\\/apps\\/theming\\/styles?v=9","message":"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putContent","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\niconsearch000:url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);iconcontacts000:url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9IjAgMCAxNiAxNiIgaGVpZ2...' [Wed Jul 31 14:04:01.903802 2019] [proxy_fcgi:error][pid4947] [client176.199.4.15:49594]AH01071:Goterror'PHPmessage:{"reqId":"5ih69tS70HBOvd4qmP2q","level":3,"time":"20190731T12:04:01+00:00","remoteAddr":"176.199.4.15","user":"sstratford","app":"index","method":"GET","url":"\\/index.php\\/apps\\/files\\/","message":{"Exception":"OCP\\\\Files\\\\NotPermittedException","Message":"","Code":0,"Trace":[{"file":"\\/var\\/www\\/clients\\/client1\\/web50\\/web\\/cloud\\/lib\\/private\\/Files\\/SimpleFS\\/SimpleFile.php","line":106,"function":"putContent","class":"OC\\\\Files\\\\Node\\\\File","type":"->","args":[":root {\\n--icon- search000:url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiBoZWlnaHQ9IjE2IiB3aWR0aD0iMTYiPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48ZWxsaXBzZSByeD0iNCIgcnk9IjQiIGN5PSI2IiBjeD0iNiIvPjxwYXRoIGQ9Im0xNC4zIDE0LjI1LTUuNjUtNS42NSIgZmlsbD0iIzAwMCIvPjwvZz48L3N2Zz4K);iconcontacts000:url(data:image\\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdib3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2...'
 [Wed Jul 31 17:08:59.011180 2019] [authz_core:error] [pid 1956] [client xxxxxxx] AH01630: client denied by server configuration: /var/www/clients/cli ent1/web50/web/cloud/config

Yes, that’s right. This is a new customer. A new Website created in the ispconfig.

So, you don’t have a solution for me?

:frowning: :frowning: :frowning:

I had the same problem you did and blew a lot of time running in circles.

I don’t know if you already found the answer as this was posted a while ago but if you are doing this in a snap install, the beginning of the instructions mention the removeable-media plug. You need to run the command:

sudo snap connect nextcloud:removable-media

Then follow the rest of the guide.