I'm using PHP 5.2.5 I tried adding a symbolic link to /usr/local/share/pear/MDB2.php in the program/lib directory but still having the same problem when I change $rcmail_config['db_backend'] to mdb2
// database backend to use (only db or mdb2 are supported) $rcmail_config['db_backend'] = 'db'; Any other suggestions? Matt On Wed, 30 Jan 2008 08:15:40 -0600, chasd <[EMAIL PROTECTED]> wrote: > On Jan 30, 2008, at 6:08 AM, Matt Rossiter wrote: >> I believe I have the most recent version of Roundcube installed via >> svn on Apache/2.2.8. Roundcube is Revision 971. I'm using Server >> version: 5.1.22-rc FreeBSD port: mysql-server-5.1.22 >> > It would be good to know what version of PHP you are using. >> 1) If I edit db.inc.php and set $rcmail_config['db_backend'] = >> 'mdb2'; - I will get a "FAILED TO CONNECT TO DATABASE" message. I >> do have MDB2 installed. If I change mdb2 to db it will work. >> > You may need to have MDB2.php in the "program/lib/" directory, or > modify the php.ini file so RC can find that file where you have it > installed. MDB2.php isn't shipped with RC, however DB.php is, that's > why using the "db" parameter works and "mdb2" doesn't from where I sit. > >> > > Charles Dostale > System Admin - Silver Oaks Communications > http://www.silveroaks.com/ > 824 17th Street, Moline IL 61265 > > _______________________________________________ > List info: http://lists.roundcube.net/users/ _______________________________________________ List info: http://lists.roundcube.net/users/
