Actions
Bug #95708
closedclear cache Hook not executed with Admin Tools -> Maintenance -> Flush Cache
Start date:
2021-10-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using the following hook:
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearCachePostProc'][] = \Vendor\Package\Hook\DataHandlerHook::class . '->postProcessClearCache';
It is being executed when I use the Clear Cache Option in the top right corner of the backend.
However, it is not being executed via Admin Tools -> Maintenance -> Flush Cache
Tested in TYPO3 10.4.21
Updated by Franz Holzinger about 2 years ago
- Related to Bug #99434: Keep the $GLOBALS variables unto redirect to install tool added
Updated by Christian Weiske about 1 year ago
- Is duplicate of Bug #92914: $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearCachePostProc'] added
Updated by Benni Mack 8 months ago
- Status changed from New to Closed
Closing the ticket as it is a duplicate of https://forge.typo3.org/issues/92914
Actions