Build DA Roundcube fail due to incorrect password

thunn

Verified User
Joined
Mar 13, 2012
Messages
167
Hello,
I'm currently use roundcube 1.1.2, when I login, system show me:

Code:
DATABASE ERROR: CONNECTION FAILED!

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

So I searched and found this topic: https://forum.directadmin.com/showthread.php?t=24727
I tried to install xinetd but still error.

I also check password and it's correct in 2 files:
Code:
1. /var/www/html/roundcube/config/config.inc.php
$config['db_dsnw'] = 'mysql://da_roundcube:**********@localhost/da_roundcube';

2. /var/www/html/roundcube/config/defaults.inc.php
$config['db_dsnw'] = 'mysqli://da_roundcube:**********@localhost/da_roundcube';

When I re-install, it says this:
Code:
ERROR: [1146] Table 'da_roundcube.system' doesn't exist (SQL Query: SELECT `value` FROM `system` WHERE `name` = 'roundcube-version')ERROR: [1146] Table 'da_roundcube.system' doesn't exist

When I tried to run script, it says error too:
Code:
[custombuild]# sh /usr/local/directadmin/scripts/roundcube.sh
sh: /usr/local/directadmin/scripts/roundcube.sh: No such file or directory

Can you help me on this
 
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set roundcube yes
./build roundcube
 
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set roundcube yes
./build roundcube

Hello,
I have tried but it still says "Table 'da_roundcube.system' doesn't exist"
So finally I have removed da_roundcube and install it again then done.

Thank you very much.
 
Back
Top