+ Reply to Thread
Results 1 to 4 of 4

Thread: MDB2 password reset problems

  1. #1
    Igloo is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default MDB2 password reset problems

    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:

    Code:
    [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?

  2. #2
    alec is offline Registered User
    Join Date
    Oct 2008
    Posts
    332
    Downloads
    1
    Uploads
    0

    Default

    What do you have in password_db_dsn option?

  3. #3
    Igloo is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

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

  4. #4
    Igloo is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

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

    I had it set wrong, All sorted now

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts