Bug #32468
Caching Framework Configuration not changeable outside sysext - Extbase
| Status: | Closed | Start date: | 2011-12-12 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | Extbase 1.3 | |||
| Has patch: | No | Tags: | ||
| Votes: | 0 |
Description
Hi,
if you try to change (tested on 2 TYPO3 4.5.8 Instances) the caching-framework configuration outside the sysext/extbase/exT_localconf.php file (i.e. within another extension), the settings have no effect and dont override the default configuration. Please check and resolve, if this is reproducable for you.
History
Updated by Christian Kuhn over 1 year ago
Make sure your extension overwriting settings of ext_localconf.php from extbase is loaded after (!) extbase (order in extList).
Updated by Ingo Pfennigstorf 10 months ago
- Status changed from New to Closed
No feedback for longer time
Updated by Frank Gerards 10 months ago
it is indeed after extbase in Extension list (in localconf.php), but still i cannot override the lifetime parameter of cache-entries.
In 4.6 it works...