Author Topic: SERVICE CURRENTLY NOT AVAILABLE Error No. 1f4)  (Read 14532 times)

Offline Slug

  • Jr. Member
  • **
  • Posts: 76
SERVICE CURRENTLY NOT AVAILABLE Error No. 1f4)
« on: July 13, 2006, 11:31:24 AM »
Hi All

I thought after pretty much lurking for about 9 months to finally install RC. After following the wiki, I get this error

SERVICE CURRENTLY NOT AVAILABLE!  Error No. 1f4)

Also this is from the roundcube log

DB Error: DB Error: extension not found in C:\mjbcontrols\roundcubemail\program\include\rcube_db.inc on line 105


I would be happy if someone can help.

Thanks
Michael
Roundcube SVN 1335|PHP 5.2.4|hMailServer 5|Win 2003 SP2|IIS 6

Offline yllar

  • Full Member
  • ***
  • Posts: 106
Re: SERVICE CURRENTLY NOT AVAILABLE Error No. 1f4)
« Reply #1 on: July 13, 2006, 03:52:37 PM »
probably your php has no mysql support enabled. make file with
Code: [Select]
<? phpInfo(); ?> in it and rename it to .php and then check the output for "mysql"
irc://irc.freenode.net:6667/#roundcube

Offline Slug

  • Jr. Member
  • **
  • Posts: 76
Re: SERVICE CURRENTLY NOT AVAILABLE Error No. 1f4)
« Reply #2 on: July 14, 2006, 12:07:33 AM »
Thanks for your reply.

Looks like you were right, I can't see any referance to MYSQL in the output.

How do I get this enabled ?

Regards
Michael

Edit: Is there any changes to the PHP.ini file that needs to be made to get roundcube to work ?

Edit again, I have now got MYSQL ext to work,


and roundcube is still showing the same error ???? any ideas ???

Thanks
Michael
Roundcube SVN 1335|PHP 5.2.4|hMailServer 5|Win 2003 SP2|IIS 6

Offline yllar

  • Full Member
  • ***
  • Posts: 106
Re: SERVICE CURRENTLY NOT AVAILABLE Error No. 1f4)
« Reply #3 on: July 14, 2006, 03:49:09 AM »
check your db.inc.php for typos and logs for errors
irc://irc.freenode.net:6667/#roundcube

Offline Slug

  • Jr. Member
  • **
  • Posts: 76
Re: SERVICE CURRENTLY NOT AVAILABLE Error No. 1f4)
« Reply #4 on: July 14, 2006, 05:29:35 AM »
Ok the error I now get in the RC log is

DB Error: DB Error: connect failed in C:\mjbcontrols\roundcubemail\program\include\rcube_db.inc on line 105

Does anything in PHP.ini need to be changed eg is there a list somewhere on what needs changing ?

Thanks for your time
Michael


Roundcube SVN 1335|PHP 5.2.4|hMailServer 5|Win 2003 SP2|IIS 6

Offline Slug

  • Jr. Member
  • **
  • Posts: 76
Re: SERVICE CURRENTLY NOT AVAILABLE Error No. 1f4)
« Reply #5 on: July 14, 2006, 05:53:32 AM »
Ok IT WORKS !!!!!!!!!!! :D :D :D :D :D :D :D :D :D

The last fault was a spelling mistake, (after changing everything 50 times) the original error was the missing mysql extention.

Thanks
Michael
Roundcube SVN 1335|PHP 5.2.4|hMailServer 5|Win 2003 SP2|IIS 6