Author Topic: Error rcube_db.inc (105): DB Error: connect failed and Error No. 1f4)  (Read 4813 times)

Offline Tompa007

  • Newbie
  • *
  • Posts: 1
DB Error in /home/~/public_html/webmail/ ...
... /include/rcube_db.inc (105): DB Error: connect failed

or

SERVICE CURRENTLY NOT AVAILABLE!

Error No. 1f4)

Of course your conf files main.inc.php and db.inc.php must be set up properly.
Check out this exellent tutorial at http://paulstamatiou.com/2005/10/29/how-to-setup-roundcube-webmail-on-your-server/

then..

Go to PHP/php.ini and check:

extension_dir = "C:\php\ext" or whatever you haveĀ  ;)

and

Dynamic extension so you at least have loaded this:

extension=php_imap.dll
extension=php_mime_magic.dll
extension=php_mysqli.dll
extension=php_mysql.dll
extension=php_dbase.dll
extension=php_mbstring.dll

Maybe you can do it without one or 2 extensions..but..but, to be safe ;)


Thanks!