Bug #20724
Updated by Mathias Schreiber almost 10 years ago
When DBAL extension is installed and I'm trying to use the User Manager module to "List Users Online" the following permanent error occurs: DBAL fatal error: No handler found in handler_getFromTableList() for: "(be_sessions, be_users u) LEFT OUTER JOIN be_users bu ON (ses_backuserid=bu.uid)" (SQL engine parse ERROR: No table name found as expected in parseFromTables()!: near "(be_sessions, be_users u) LEFT OUTER JOIN be_users") Unfortunately the last selected function is stored, so the "Compare User Settings" function is not accessible anymore. When I uninstall DBAL everything is fine. (issue imported from #M11485)