Actions
Bug #21153
closedpageCacheToExternalFiles=1 breaks db-caching in 4.3
Start date:
2009-09-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
if $TYPO3_CONF_VARS['FE']['pageCacheToExternalFiles']=1 is set in localconf.php db-caching will not work anymore after updating to TYPO3 4.3.
sql error: Unknown column 'content' in 'field list'
Reason: the wrong fieldname is used.
Solution:
use 'HTML' instead of 'content'
Info:
bug was introduced with #0011505
(issue imported from #M12080)
Files
Actions