[TYPO3-v4] What is happening with id 0?

Steffen Kamper info at sk-typo3.de
Thu Sep 9 22:00:16 CEST 2010


Hi,

i figured it out

$TYPO3_CONF_VARS['SYS']['caching']['cacheConfigurations']['cache_pages'] 
= array(
   'frontend' => 't3lib_cache_frontend_StringFrontend',
   'backend' => 't3lib_cache_backend_DbBackend',
   'options' => array(
     'cacheTable' => 'cachingframework_cache_pages',
     'tagsTable' => 'cachingframework_cache_pages_tags',
     'compression' => TRUE,
   ),
);

the 'frontend' => 't3lib_cache_frontend_StringFrontend' doesn't work, is 
defect or unusable

vg Steffen


More information about the TYPO3-project-v4 mailing list