Roundcube Community Forum

 

MDB2 password reset problems

Started by Igloo, March 12, 2010, 07:00:07 PM

Previous topic - Next topic

Igloo

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? :(

alec

What do you have in password_db_dsn option?

Igloo

The password_db_dsn is set the the database which postfix uses to get it's users from? thus "mail".

Igloo

$rcmail_config['password_db_dsn'] = 'mysqli://username:password@localhost/database';

I had it set wrong, All sorted now :)