When installing roundcube I get the following error:
"CONFIGURATION ERROR
main.inc.php was not found.
db.inc.php was not found.
Please read the INSTALL instructions!"
How can I fix this?
what is the URL you are using to view roundcube the first time?
http://server/install location
or
http://server/install location/installer
There is an "install" file under the main root after you decompress that you should probably read.
by default, the files you mentioned have a ".dist" at the end of them until you run the installer or manually configure the system.
Quote from: jodoloy;33942When installing roundcube I get the following error:
"CONFIGURATION ERROR
main.inc.php was not found.
db.inc.php was not found.
Please read the INSTALL instructions!"
How can I fix this?
I fought with this for WHOLE TWO DAYS!
The problem was in file permissions of /etc/roundcubemail/*
The owner/group was set to root/apache.
I use "www" user to acces my pages, so i had to chenge the ownership to:
chgrp www /etc/roundcubemail/*
I hope this helps someone. I'd give money for this advice an hour ago.