Project

General

Profile

Actions

Bug #92914

open

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearCachePostProc']

Added by Reindl Bernd over 3 years ago. Updated over 2 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Caching
Start date:
2020-11-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

TYPO3\CMS\Install\Controller\MaintenanceController::cacheClearAllAction() do not respect hooks added to clearCachePostProc.

I have an extension which creates a .htaccess an a proxy.php file inside the cache folder after clearing the cache. This works fine if i flush the cache in the backend. But if i clear the cache in the install tool (Maintenance -> Flush cache) the clearCachePostProc is not processed.

Please add clearCachePostProc to "Flush Cache"

Best regards
Bernd


Related issues 1 (1 open0 closed)

Has duplicate TYPO3 Core - Bug #95708: clear cache Hook not executed with Admin Tools -> Maintenance -> Flush CacheNew2021-10-19

Actions
Actions #1

Updated by Benni Mack over 2 years ago

Currently, this isn't possible right now technically, because the hook is bound to DataHandler, which is currently only possible in Backend context.

Actions #2

Updated by Benni Mack over 2 years ago

  • Target version changed from next-patchlevel to Candidate for Major Version
Actions #3

Updated by Christian Weiske 5 months ago

  • Has duplicate Bug #95708: clear cache Hook not executed with Admin Tools -> Maintenance -> Flush Cache added
Actions

Also available in: Atom PDF