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

Ingmar Schlecht ingmar at typo3.org
Thu Sep 9 22:30:53 CEST 2010


Hi Steffen,

while you're at it, maybe you can fix the error message, too. I think
this "Only strings can be digested by the StringCache. Thanks." sounds a
bit too snippy... (Or does it come from FLOW3? Maybe it should be fixed
there than.)

cheers
Ingmar

Steffen Kamper schrieb:
> 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