Roundcube Community Forum

 

error 1f4

Started by gecco, November 09, 2006, 07:40:13 AM

Previous topic - Next topic

gecco

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

FatJonny

I presume you are replacing pass with your SQL password?

yuxxi

Im receiving this error too... I installed on cpanel with the hostgeeks instructions... says

SERVICE CURRENTLY NOT AVAILABLE!

Error No. 1f4)

daashag

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

yuxxi

looked over everything but how can I check if my php has mysql support... I have mysql running and other scripts running fine...

yuxxi

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...

bts_11

I finally fixed my problem by changing the domain name to localhost