[TYPO3-english] ReflectionException error after upgrade to 4.4.3

Oliver Wand wand at itaw.de
Wed Sep 29 20:23:31 CEST 2010


Hi Helmut,

Am 29.09.10 20:00, schrieb Helmut Hummel:
> How did you configure the caching framework.
> 
> It seems like
> 
> $TYPO3_CONF_VARS['SYS']['caching']['cacheConfigurations']['cache_pages']['frontend']
> 
> is empty (NULL).
> 
> To me it does not look like this is related to the update.

Here's the part of my localconf:

$TYPO3_CONF_VARS['SYS']['useCachingFramework'] = '1';
$TYPO3_CONF_VARS['SYS']['caching']['cacheConfigurations'] = array (
'cache_hash' => array(
'backend' => 't3lib_cache_backend_MemcachedBackend',
'options' => array(
'servers' => array('localhost:11211'),
)
),
'cache_pages' => array(
'backend' => 't3lib_cache_backend_MemcachedBackend',
'options' => array(
'servers' => array('localhost:11211'),
)
),
'cache_pagesection' => array(
'backend' => 't3lib_cache_backend_MemcachedBackend',
'options' => array(
'servers' => array('localhost:11211'),
)
),
);

Forgive my asking but if this is not related to the update why is 4.4.2
running smoothly then but an update producing the error as described?

Cheers,

Oliver


More information about the TYPO3-english mailing list