Author Topic: switching session_storage to PHP still tries to access DB and fails  (Read 3202 times)

Offline Thierry

  • Newbie
  • *
  • Posts: 1
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')