Actions
Bug #13691
closedFatal error: Call to a member function NameQuote() on a non-object
Status:
Closed
Priority:
Must have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2011-03-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
DBAL 1.2.2
Complexity:
Is Regression:
Sprint Focus:
Description
After creating a new page (which is hidden by default) and trying to unhide it from context menu in page tree, the operation fails with:
Fatal error: Call to a member function NameQuote() on a non-object in /path/to/dbal/class.ux_t3lib_db.php on line 1983
But the page is properly unhidden anyway (after refresh of page tree).
The same applies when trying to hide it again.
The same applies when changing hidden state by editing page properties (standard TCE form)
Actions