Actions
Bug #95638
closedbin/typo3 cache:flush uses CacheManager during TCA loading
Status:
Closed
Priority:
Should have
Assignee:
Category:
CLI
Target version:
Start date:
2021-10-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With
$GLOBALS['TYPO3_CONF_VARS']['SYS']['errorHandler'] = '';
bin/typo3 cache:flush
produces:
PHP Deprecated: TYPO3\CMS\Core\Cache\CacheManager can not be injected/instantiated during ext_localconf.php/TCA/ext_tables.php loading. Use lazy loading instead. in /var/www/local/coremaster/public/typo3/sysext/core/Classes/ServiceProvider.php on line 117
Actions