Actions
Bug #20724
closedError with User Manager when DBAL is installed. (Applies also to 4.2.8)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2009-07-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
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)
Actions