Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: lmnau on February 11, 2008, 11:43:38 PM

Title: What's in the config folder
Post by: lmnau on February 11, 2008, 11:43:38 PM
n the INSTALL file, you say
Rename the files config/*.inc.php.dist to config/*.inc.php

however, there are 2 files

main.inc.php.dist
db.inc.php.dist

Obviously, I can't name both of them mysql.inc.php

so what are you actually referring to here?

lmnau
Title: Re: What's in the config folder
Post by: lmnau on February 12, 2008, 12:15:25 AM
OK, I'm going to assume that main.inc.php should stay, and db should be changed to mysql.inc.php

Well I've done all that, and I still get:

DATABASE ERROR: CONNECTION FAILED!

Unable to connect to the database!
Please contact your server-administrator

I think it's a password thing, but MyPHPadmin doesn' t seem to allow clear text passwords... I have no idea where to go from here.
Title: Re: What's in the config folder
Post by: dano on February 12, 2008, 12:15:05 PM
They both need to be renamed and modified for your configuration. But all you do is drop the .dist off the end.
Title: Re: What's in the config folder
Post by: bpat1434 on February 17, 2008, 01:05:06 PM
main.inc.php.dist becomes main.inc.php

db.inc.php.dist becomes db.inc.php