Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: gecco on November 09, 2006, 07:40:13 AM

Title: error 1f4
Post by: gecco on November 09, 2006, 07:40:13 AM
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
Title: Re: error 1f4
Post by: FatJonny on November 16, 2006, 07:12:13 PM
I presume you are replacing pass with your SQL password?
Title: Re: error 1f4
Post by: yuxxi on November 18, 2006, 05:46:58 PM
Im receiving this error too... I installed on cpanel with the hostgeeks instructions... says

SERVICE CURRENTLY NOT AVAILABLE!

Error No. 1f4)
Title: Re: error 1f4
Post by: daashag on November 18, 2006, 05:57:54 PM
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
Title: Re: error 1f4
Post by: yuxxi on November 18, 2006, 06:48:38 PM
looked over everything but how can I check if my php has mysql support... I have mysql running and other scripts running fine...
Title: Re: error 1f4
Post by: yuxxi on November 18, 2006, 06:57:37 PM
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...
Title: Re: error 1f4
Post by: bts_11 on December 17, 2006, 03:50:13 AM
I finally fixed my problem by changing the domain name to localhost