Actions
Bug #66691
closedCannot clear all cache in Install Tool
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2015-04-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
\TYPO3\CMS\Install\Service\ClearCacheService::clearAll()
Does not properly instantiate the DBAL connection, it only handles native MySQL database connection. This results into
\TYPO3\CMS\Core\Database\DatabaseConnection::admin_get_tables()
being called instead of
\TYPO3\CMS\Dbal\Database\DatabaseConnection::admin_get_tables()
Actions