Actions
Bug #19273
closedTCA is not loaded when config cache is disabled
Start date:
2008-09-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If configuration cache is disabled, TCA may not be initialized properly in FE. Here is the scenario:
- disable extCache in Install tool
- install new extension which has ext_tables.php
- attempt to use the extension => error because TCA for extension's table is not loaded (ext_tables.php was not called)
The problem is in tslib_fe. It does not honor caching setting and uses cache_hash to query TCA. The fix would check for extCache option and skip using cache_hash if caching is disabled.
(issue imported from #M9268)
Files
No data to display
Actions