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)
Updated by Markus Klein about 13 years ago
- Project changed from TYPO3 Core to 329
- Target version deleted (
0)
Updated by Michael Stucki almost 11 years ago
- Project changed from 329 to TYPO3 Core
Updated by Mathias Schreiber almost 10 years ago
- Description updated (diff)
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
- TYPO3 Version set to 4.5
- Is Regression set to No
Is this still the case?
Updated by Markus Klein almost 10 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Mathias Schreiber)
Works on master!
Actions