Bug #66691

Cannot clear all cache in Install Tool

Added by Xavier Perseguers 3 months ago. Updated about 1 month ago.

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

related to Core - Bug #66671: Install Tool should show the ALTER TABLE instead of CREAT... Closed 2015-04-30

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

Also available in: Atom PDF