Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: maryy on May 21, 2010, 02:23:58 AM

Title: DSN (write): NOT OK(MDB2 Error: not found)
Post by: maryy on May 21, 2010, 02:23:58 AM
Hi all !

I'm new here and I'm trying to install roundcube for the first time. I try to see my roundcube but it doesn't connect ("DATABASE ERROR"). So I look into the logs and there's this error :

QuoteFile does not exist: /var/www/.css, referer: http://roundcube/webmail/

And I try to use the http://roundcube/webmail/installer interface. Here, I got the error message :

QuoteCheck configured database settings
DSN (write):  NOT OK(MDB2 Error: not found)

Make sure that the configured database exists and that the user has write privileges
DSN: mysql://roundcube:mdp@roundcube/roundcubemail

So I tried to connect the user roundcube by the mysql console, it seems to be ok :

Quotemysql -u roundcube -p [...]
Welcome to the MySQL monitor.

Here come my configuration in db.inc.php :
Quote$rcmail_config['db_dsnw'] = 'mysql://roundcube:password@roundcube/roundcubemail';

Oops, I forget : I use the roundcubemail-0.3-stable version with mysql.

Somebody can help me about the connection plz ?

Thanks !
Title: [resolv]
Post by: maryy on May 21, 2010, 04:09:37 AM
It's ok, it missed the package pear MDB2_Driver_mysql !

Sorry !