Page 1 of 1

CONFIGURATION ERROR config.inc.php was not found. Please read the INSTALL instructions!

Posted: Sun May 27, 2018 11:37 pm
by samysalahgad
hello guys

i installed vestacp on centos 6 on my server, i created website and mail account
but when go to roundcube mail server http://hostname.domain.com/webmail/ i get error

CONFIGURATION ERROR
config.inc.php was not found.
Please read the INSTALL instructions!

any advice ?

Re: CONFIGURATION ERROR config.inc.php was not found. Please read the INSTALL instructions!

Posted: Tue Feb 05, 2019 3:23 pm
by andres
Modify the CHMOD permissions:

#chmod 644 / etc / roundcubemail / *
# ls -al / etc / roundcubemail /
total 68
drwxr-xr-x 2 raíz raíz 4096 12 de mayo 04:52.
drwxr-xr-x 89 root root 4096 May 15 12:12 ..
-rw-r - r-- 1 root root 1264 May 12 01:22 config.inc.php
-rw-r - r-- 1 root apache 3908 17 de abril 06:37 config.inc.php.sample
-rw-r - r-- 1 raíz apache 49074 20 de abril 22:51 defaults.inc.php
-rw-r - r-- 1 raíz apache 2815 17 de abril 06:37 mimetypes.php

this works for me, Iam A begginner , I have VestaCP + CentOS.

Re: CONFIGURATION ERROR config.inc.php was not found. Please read the INSTALL instructions!

Posted: Fri Jul 10, 2020 7:07 pm
by abeykp
Hey ,
I tried your method

[root@xxxx~]# chmod 644 / etc / roundcubemail / *
chmod: cannot access `etc': No such file or directory
chmod: cannot access `roundcubemail': No such file or directory
[root@xxxx ~]#
now i am not able to access vesta cp nginx 403 fobidden and all my domains are showing the same.

Re: CONFIGURATION ERROR config.inc.php was not found. Please read the INSTALL instructions!

Posted: Fri Jul 10, 2020 7:12 pm
by abeykp
luckily i was able to restore back using chmod 755
https://unix.stackexchange.com/question ... -chmod-644