hi,
i have problem with yours mail system, iam rewrite address mysql, user and password. I am sure this information is correct. I dont have no idea why thats not work:/
$rcmail_config['db_dsnw'] = 'mysql://gecco:pass@localhost/gecco_poczta';
if anyone from poland want help:
#gg 4275809
I presume you are replacing pass with your SQL password?
Im receiving this error too... I installed on cpanel with the hostgeeks instructions... says
SERVICE CURRENTLY NOT AVAILABLE!
Error No. 1f4)
Your not making a connection to your database. Do a search on the Forums you will see some solutions. Also look at the FAQ.
http://trac.roundcube.net/trac.cgi/wiki/FAQ
looked over everything but how can I check if my php has mysql support... I have mysql running and other scripts running fine...
Figured it out...
Find
$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
Replace with
$rcmail_config['db_dsnw'] = 'mysql://root:DATABASEPASSWORD@localhost/roundcube';
I didnt change the roundcubemail to roundcube at the end...
I finally fixed my problem by changing the domain name to localhost