Ident_switch

Issue #70 new
Alfredo created an issue

Using Roundcube Webmail 1.4.6 + Ident_switch 4.3.1 + sqlite3

New identities are not stored when the Plugin ident_switch is enabled. The main identity is saved but all the other fields are ignored. Tried saving many times but nothing happens. It works with RC 1.3.13 + MySQL

Comments (4)

  1. Boris Gulay repo owner

    Can you please check logs and post here any errors related to ident_switch?

    Scripts for sqlite can have wrong schema.

  2. cnmicha

    Same issue here. RC 1.4.7, Ident_switch 4.3.1, MariaDB

    DB Error: [1146] Table 'roundcube.ident_switch' doesn't exist (SQL Query: SELECT isw.id, isw.iid, isw.label, isw.username, ii.email FROM ident_switch isw INNER JOIN identities ii ON isw.iid=ii.identity_id WHERE isw.user_id = '1' AND isw.flags & '1' > 0) in /var/www/program/lib/Roundcube/rcube_db.php on line 543 (GET /?_task=mail&_token=xxx)

  3. Boris Gulay repo owner

    Looks like you need to execute SQL script to create table. See SQL directory in plugin’s folder.

  4. Log in to comment