Actions
Bug #92914
open$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearCachePostProc']
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
Updated by Benni Mack over 3 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.
Updated by Benni Mack about 3 years ago
- Target version changed from next-patchlevel to Candidate for Major Version
Updated by Christian Weiske about 1 year ago
- Has duplicate Bug #95708: clear cache Hook not executed with Admin Tools -> Maintenance -> Flush Cache added
Actions