Roundcube Community Forum

Release Support => Pending Issues => Topic started by: jodoloy on March 28, 2011, 05:20:36 PM

Title: Roundcube Install
Post by: jodoloy on March 28, 2011, 05:20:36 PM
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?
Title: Roundcube Install
Post by: toetag on March 28, 2011, 08:26:39 PM
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.
Title: File ownership issue
Post by: Aas on September 16, 2011, 07:56:00 AM
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.