roundcube - white page

[email protected]

Verified User
Joined
Oct 4, 2017
Messages
9
Hello,
I have a problem with mailbox roundcube opens me a white page and I do not know what the problem is

Below I send server logs

Code:
[Wed Oct 04 12:17:58.888019 2017] [proxy_fcgi:error] [pid 22530:tid 140152370153216] [client ] AH01071: Got error 'PHP message: PHP Fatal error:  Unknown: Failed opening required '/var/www/html/roundcube/index.php' (include_path='.:/usr/local/php70/lib/php') in Unknown on line 0\n'
 
Hello Pawel,

Wrong permissions on any part of /var/www/html/roundcube/index.php
Or corrupted installation

Try:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build roundcube

If it does not help then provide results of:

Code:
ls -la /var/www/html/roundcube/index.php
ls -dla /var/www/html/roundcube/
ls -dla /var/www/html/
ls -dla /var/www/
ls -dla /var/

I've got these on my end:

Code:
[root@server ~]# ls -la /var/www/html/roundcube/index.php
-rw-r--r-- 1 webapps webapps 12726 Sep  5 02:02 /var/www/html/roundcube/index.php


[root@server ~]# ls -dla /var/www/html/roundcube/
drwxr-xr-x 12 webapps webapps 4096 Sep  6 02:21 /var/www/html/roundcube/


[root@server ~]# ls -dla /var/www/html/
drwxr-xr-x. 15 webapps webapps 4096 Sep  6 02:21 /var/www/html/


[root@server ~]# ls -dla /var/www/
dr-xr-x--x. 10 webapps apache 4096 Dec 20  2014 /var/www/


[root@server ~]# ls -dla /var/
drwxr-xr-x. 23 root root 4096 Jul 11 12:38 /var/
 
Hello Alex,
Did not work.

Code:
root@vps:~# ls -la /var/www/html/roundcube/index.php
-rw-r--r-- 1 webapps webapps 12726 wrz  4 21:02 /var/www/html/roundcube/index.php

root@vps:~# ls -dla /var/www/html/roundcube/
drwxr-xr-x 12 webapps webapps 4096 paź  4 22:41 /var/www/html/roundcube/

root@vps:~# ls -dla /var/www/html/
drwxr-xr-x 5 root root 4096 paź  4 22:41 /var/www/html/

root@vps:~# ls -dla /var/www/
dr-xr-x--x 10 webapps apache 4096 sie 21 19:08 /var/www/

root@vps:~# ls -dla /var/
drwxr-xr-x 13 root root 4096 sie 21 19:08 /var/
[CODE]


Previously worked only had problem sending email. The SMTP error message is displayed, so I called it

[CODE]cd /usr/local/directadmin/custombuild
./build update
./build exim
./build roundcube

from this point it does not work :(
 
Does it help?

Code:
chown webapps:webapps /var/www/html/[/COLOR][COLOR=#333333]
 
blank page

Does it help?

Code:
chown webapps:webapps /var/www/html/[/COLOR][COLOR=#333333]



We found the same problem after custombuild upgrade, just had to clear the cache for PHP FPM

systemctl restart php-fpm70

Hope this helps.
 
Back
Top