Actions
Bug #91073
closedInstall Tool: Check TCA action does not provide symfony container when loading ext_localconf files
Start date:
2020-04-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Using georgringer/news with commit 205cb3e "Check TCA" results in:
#1203699034 TYPO3\CMS\Core\Cache\Exception\NoSuchCacheException A cache with identifier "news" does not exist
The reason is that the cache is not available because the container has not been loaded which would add the cache per service configuration.
Actions