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()
Updated by Wouter Wolters over 9 years ago
- Status changed from New to Needs Feedback
Solved with https://review.typo3.org/#/c/39636/ ?
Updated by Xavier Perseguers about 9 years ago
Forwarded to Tizian, who initially discovered the bug with me and having a system to test and reproduce.
Updated by Xavier Perseguers about 9 years ago
@Tizian, could you please give some feedback here? Thanks
Updated by Tizian Schmidlin about 9 years ago
I can confirm, that this is now properly solved.
Updated by Xavier Perseguers about 9 years ago
- Status changed from Needs Feedback to Closed
- % Done changed from 0 to 100
Thanks for the feedback.
Actions