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? :(
What do you have in password_db_dsn option?
The password_db_dsn is set the the database which postfix uses to get it's users from? thus "mail".
$rcmail_config['password_db_dsn'] = 'mysqli://username:password@localhost/database';
I had it set wrong, All sorted now :)