Roundcube random database connection errors

mart_nl

Verified User
Joined
May 31, 2012
Messages
48
Location
The Netherlands
Hi,

When the new release of Roundcube 0.8 was installed on my server, users would receive this message:

Code:
DATABASE ERROR: CONNECTION FAILED!

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

I fixed this by running:

Code:
# cd /usr/local/directadmin/custombuild
# ./build update
# ./build all d

A few weeks later, this error however re-appeared. I did the above update again, and the problem was solved.

And as you can guess the error re-appeared again today.

If this would be a mis configuration of any particular conf file, this shouldn't be fixed this way. Anyone experiences the same issues and know where to look ?

Regards,
Martin
 
btw; some logs from Roundcube:

Code:
[07-Oct-2012 20:37:47 +0200]: DB Error: _doConnect: [Error message: Access denied for user 'da_roundcube'@'localhost' (using pas
sword: YES)]
[Native code: 1045]
[Native message: Access denied for user 'da_roundcube'@'localhost' (using password: YES)]
 ** mysql(mysql)://da_roundcube:xxx@localhost/da_roundcube in /var/www/html/roundcubemail-0.8.2/program/include/rcube_mdb2.php o
n line 107 (GET /webmail/)
 
Back
Top