Hi,
Some basics:
Roundcube is currently not working on my mailserver. When I checked the error log I saw this:
Here is what is in rcube_db.php on line 75.
I am definitely not understanding this.
Sincerely,
Brendhan
Some basics:
Code:
FreeBSD postal.brendhanhorne.com 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0:
Tue Jun 12 01:47:53 UTC 2012 root@i386-builder.
daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
Code:
postal# pkg_info | grep roundcube
roundcube-0.9.1,1 Fully skinnable XHTML/CSS webmail written in PHP
Roundcube is currently not working on my mailserver. When I checked the error log I saw this:
Code:
[29-May-2013 03:37:42 +0000]: DB Error: Configuration error.
Unsupported database driver: in
/usr/local/www/roundcube/program/lib/Roundcube/rcube_db.php on line 75
(GET /roundcube/)
Here is what is in rcube_db.php on line 75.
Code:
70. $driver = isset($driver_map[$driver]) ? $driver_map[$driver] : $driver;
71. $class = "rcube_db_$driver";
72.
73. if (!$driver || !class_exists($class)) {
74. rcube::raise_error(array('code' => 600, 'type' => 'db',
75. 'line' => __LINE__, 'file' => __FILE__,
76. 'message' => "Configuration error. Unsupported database driver:
77. true, true);
I am definitely not understanding this.
Sincerely,
Brendhan