Hi, i'm new to roundcube and after installing it can't connect to the database.
'Unable to connect to the database!' Mysql.
Could you put me on the ricght way ?
best regards
Look at the error log, its in the "log" directory.
You can also turn up the debugging/logging level by changing this
// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
$rcmail_config['debug_level'] = 1;
in the config/main.inc.php file.
This will give you a little more information about the problem
We had a similar issue regarding the can't connect database.
1) We checked the database connection in the config file. It was fine.
2) Then we realized, we didn't have php-mySQL installed :) Installed it and it worked fine.
Thanks Delta-9, had to change the password to 'password' as explained in the INSTALL file and not 'pass' as in main.inc.php.