Project

General

Profile

Actions

Bug #19273

closed

TCA is not loaded when config cache is disabled

Added by Dmitry Dulepov about 16 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
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

9268.diff (1.33 KB) 9268.diff Administrator Admin, 2008-09-01 13:21

No data to display

Actions

Also available in: Atom PDF