Roundcube / https blank page

Discussion in 'Plugins/Modules/Addons' started by vmsash, Jul 25, 2014.

  1. vmsash

    vmsash New Member

    Hey guys,
    I configured Roundcube 1.0.2 as webmail service in front of dovecot.

    Other specifications:
    CP: ISPConfig
    nginx
    OS: Debian

    Everything works fine, but since I turned on the https option in Roundcube ($config['force_https'] = true;) I only got a blank page.
    Squirrelmail (i have it running, too) runs through https without a problem.

    The error log reveals this: DB Error: Configuration error. Unsupported database driver: in /usr/share/roundcube/program/lib/Roundcube/rcube_db.php on line 78 (GET /roundcube/)

    When I turn the force_https off, everything work like a charm.

    Do anyone got a tip, what the problem could be?

    Thanks in advance
     
  2. pbraconnot

    pbraconnot New Member

    [solved]

    Same thing here after upgrading from 0.9 to 1.02

    Change /var/www/roundcube/config/config.inc.php
    At Line 6 from:
    PHP:
    $config['db_dsnw'] = '://:@localhost/';
    to:
    PHP:
    $config['db_dsnw'] = 'mysql://roundcube:youspassword@localhost/yourroundcubedbname';
     
  3. Loranel

    Loranel New Member

    So? Was that solve for your problem?
     

Share This Page