Author Topic: error 1f4  (Read 5096 times)

Offline gecco

  • Newbie
  • *
  • Posts: 1
error 1f4
« 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:/
Code: [Select]
$rcmail_config['db_dsnw'] = 'mysql://gecco:pass@localhost/gecco_poczta';if anyone from poland want help:

#gg 4275809

Offline FatJonny

  • Jr. Member
  • **
  • Posts: 48
Re: error 1f4
« Reply #1 on: November 16, 2006, 07:12:13 PM »
I presume you are replacing pass with your SQL password?

Offline yuxxi

  • Newbie
  • *
  • Posts: 3
Re: error 1f4
« Reply #2 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)

Offline daashag

  • Full Member
  • ***
  • Posts: 198
Re: error 1f4
« Reply #3 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

Offline yuxxi

  • Newbie
  • *
  • Posts: 3
Re: error 1f4
« Reply #4 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...

Offline yuxxi

  • Newbie
  • *
  • Posts: 3
Re: error 1f4
« Reply #5 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...

Offline bts_11

  • Newbie
  • *
  • Posts: 9
Re: error 1f4
« Reply #6 on: December 17, 2006, 03:50:13 AM »
I finally fixed my problem by changing the domain name to localhost