We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
Roundcube Error on CentOS 6
Roundcube Error on CentOS 6
Hello,
Recently, I have been presented with an issue when accessing webmail (Roundcube):
"config.inc.php was not found."
Already tried setting up the permissions of config.inc.php and default.inc.php to 644, 755 and even 777. However, every time I do that, I get the following error:
"DATABASE ERROR: CONNECTION FAILED!"
I did tried multiple suggestions over internet of creating the database and its user, however, I am unable to set it up as it appears the password then has to be encrypted because rcube_db.php is using decryption, as far as I can see. The error produced before and after the user creation is always :
"DB Error: SQLSTATE[HY000] [1045] Access denied for user 'roundcube'@'localhost' (using password: YES) in /usr/share/roundcubemail/program/lib/Roundcube/rcube_db.php on line 175 (GET /webmail/)"
This appears to be new issue as I have it on all of my servers (30), which were recently deployed. The mailing functionality is required so needless to say, my project is suspended because of this.
Can you please assist on finding a solution?
OS - CentOS 6
Recently, I have been presented with an issue when accessing webmail (Roundcube):
"config.inc.php was not found."
Already tried setting up the permissions of config.inc.php and default.inc.php to 644, 755 and even 777. However, every time I do that, I get the following error:
"DATABASE ERROR: CONNECTION FAILED!"
I did tried multiple suggestions over internet of creating the database and its user, however, I am unable to set it up as it appears the password then has to be encrypted because rcube_db.php is using decryption, as far as I can see. The error produced before and after the user creation is always :
"DB Error: SQLSTATE[HY000] [1045] Access denied for user 'roundcube'@'localhost' (using password: YES) in /usr/share/roundcubemail/program/lib/Roundcube/rcube_db.php on line 175 (GET /webmail/)"
This appears to be new issue as I have it on all of my servers (30), which were recently deployed. The mailing functionality is required so needless to say, my project is suspended because of this.
Can you please assist on finding a solution?
OS - CentOS 6
Re: Roundcube Error on CentOS 6
I think this problem still continue on centos7 and vestacp last version.