Author Topic: Roundcube Install  (Read 16136 times)

Offline jodoloy

  • Newbie
  • *
  • Posts: 3
Roundcube Install
« 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?

Offline toetag

  • Jr. Member
  • **
  • Posts: 65
Roundcube Install
« Reply #1 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.
<[ a desert to an irishman is an empty glass. ]>

Offline Aas

  • Newbie
  • *
  • Posts: 2
File ownership issue
« Reply #2 on: September 16, 2011, 07:56:00 AM »
Quote from: jodoloy;33942
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?

 
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.