Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: Thierry on June 02, 2015, 08:23:33 AM

Title: switching session_storage to PHP still tries to access DB and fails
Post by: Thierry on June 02, 2015, 08:23:33 AM
Hi,

After switch session_storage to 'php', I can't log in anymore, I get the following error, which obviously show that RC is still trying to remove a session from the DB, when it shouldn't, and it builds the query without the table name. Any clue on how to fix?

DB Error in /var/www/html/roundcubemail/program/lib/Roundcube/rcube_db.php (543): [1064] You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE `sess_id` = 'jolijpc1kl0pbe54k5mnialng7'' at line 1 (SQL Query: DELETE FROM WHERE `sess_id` = 'jolijpc1kl0pbe54k5mnialng7')