Bug #66691
Cannot clear all cache in Install Tool
| Status: | Needs Feedback | Start date: | 2015-04-30 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assigned To: | - | % Done: | 0% |
|
| Category: | DBAL | Spent time: | - | |
| Target version: | - | |||
| TYPO3 Version: | 6.2 | Is Regression: | No | |
| PHP Version: | Sprint Focus: | |||
| Complexity: |
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()
Related issues
History
#1 Updated by Christian Kuhn 3 months ago
confirmed.
#2 Updated by Wouter Wolters about 1 month ago
- Status changed from New to Needs Feedback
Solved with https://review.typo3.org/#/c/39636/ ?