[TYPO3-core] FYI #12080: pageCacheToExternalFiles=1 breaks db-caching in 4.3
Rupert Germann
rupi at gmx.li
Wed Sep 30 12:26:02 CEST 2009
hi,
I committed the following bugfix as no-brainer to trunk rev 6072
Type: Bugfix
Bugtracker references:
http://bugs.typo3.org/view.php?id=12080
Branches: Trunk
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 http://bugs.typo3.org/view.php?id=11505
greets
rupert
More information about the TYPO3-team-core
mailing list