Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Igloo on March 12, 2010, 07:00:07 PM

Title: MDB2 password reset problems
Post by: Igloo on March 12, 2010, 07:00:07 PM
Hi guys,

I'm new to roundcube, i have everything working on php 5.3.2

HOWEVER when i execute a password reset using the built in plugin, I get this error in the logs:

[12-Mar-2010 23:37:28] MDB2 Error: not found (-4): unable to find package 'MDB2_Driver_mail?new_link=true' file 'MDB2/Driver/mail?new/link=true.php'
[12-Mar-2010 23:37:28 +0000]: DB Error: unable to find package 'MDB2_Driver_mail?new_link=true' file 'MDB2/Driver/mail?new/link=true.php' in /var/www/roundcube/program/include/rcube_mdb2.php on line 100 (POST /roundcube/?_task=settings&_action=plugin.password-save?_task=&_action=)


Not sure what to do? It doesn't look like it's looking the right place?

Any pointers? :(
Title: MDB2 password reset problems
Post by: alec on March 13, 2010, 07:54:23 AM
What do you have in password_db_dsn option?
Title: MDB2 password reset problems
Post by: Igloo on March 13, 2010, 08:18:30 AM
The password_db_dsn is set the the database which postfix uses to get it's users from? thus "mail".
Title: MDB2 password reset problems
Post by: Igloo on March 13, 2010, 10:17:51 AM
$rcmail_config['password_db_dsn'] = 'mysqli://username:password@localhost/database';

I had it set wrong, All sorted now :)