Page 1 of 1

[SOLVED] configuration error config.inc.php was not found. please read the install instructions!

Posted: Tue Feb 05, 2019 3:22 pm
by andres
Image
Hi guys, maybe to another newbie vestaCP users will have this Issue
"configuration error config.inc.php was not found. please read the install instructions!"
here the Fix Guide:

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: [SOLVED] configuration error config.inc.php was not found. please read the install instructions!

Posted: Sun Jul 19, 2020 3:47 am
by luigi77
Thank you! It's worked for me but the directories and files have changed a little in vestacp 2020. I kept the permission of "roundcube" (not rouncubemail now) directory in 755 or drwxr-xr-x and the others files they were like this: <br/>
drwxr-xr-x 3 root root 4096 Jul 18 22:20 ./<br/>
drwxr-xr-x 104 root root 4096 Jul 18 19:11 ../<br/>
-rw-r--r-- 1 root root 998 Jun 27 01:56 apache.conf<br/>
-rw-r--r-- 1 root www-data 3844 Jun 27 01:56 config.inc.php<br/>
-rw-r--r-- 1 root www-data 524 Jun 27 01:54 debian-db.php<br/>
-rw-r--r-- 1 root www-data 373 Apr 14 2018 debian-db-roundcube.php<br/>
-rw-r--r-- 1 root root 52668 Apr 14 2018 defaults.inc.php<br/>
-rw-r--r-- 1 root root 3149 Jul 16 20:15 htaccess<br/>
-rw-r--r-- 1 root root 491 Apr 14 2018 lighttpd.conf<br/>
-rw-r--r-- 1 root root 2815 Apr 11 2018 mimetypes.php<br/>
drwxr-xr-x 16 root root 4096 Jun 27 01:51 plugins/<br/>
<br/>
That worked for me!