Project

General

Profile

Actions

Bug #66691

closed

Cannot clear all cache in Install Tool

Added by Xavier Perseguers about 9 years ago. Updated over 8 years ago.

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()

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #66671: Install Tool should show the ALTER TABLE instead of CREATE TABLEClosed2015-04-30

Actions
Actions #1

Updated by Christian Kuhn about 9 years ago

confirmed.

Actions #2

Updated by Wouter Wolters almost 9 years ago

  • Status changed from New to Needs Feedback
Actions #3

Updated by Xavier Perseguers over 8 years ago

Forwarded to Tizian, who initially discovered the bug with me and having a system to test and reproduce.

Actions #4

Updated by Xavier Perseguers over 8 years ago

@Tizian, could you please give some feedback here? Thanks

Actions #5

Updated by Tizian Schmidlin over 8 years ago

I can confirm, that this is now properly solved.

Actions #6

Updated by Xavier Perseguers over 8 years ago

  • Status changed from Needs Feedback to Closed
  • % Done changed from 0 to 100

Thanks for the feedback.

Actions

Also available in: Atom PDF