[TYPO3-dev] How to use Xcache for backend

Florian florian.typo3 at oktopuce.fr
Fri Sep 5 12:11:39 CEST 2014


Hi,

I'm trying to use Xcache for caching Typo3 backend.
I have the following configuration in my LocalConfiguration.php

     'SYS' => array(
         'caching' => array(
             'cacheConfigurations' => array(
                 'cache_hash' => array(
                     'backend' => 
'TYPO3\\CMS\\Core\\Cache\\Backend\\XcacheBackend',
                     'frontend' => 
'TYPO3\\CMS\\Core\\Cache\\Frontend\\VariableFrontend',
                     'options' => array(
                         'servers' => array(
                             'tcp://127.0.0.1:11211',
                         ),
                     ),
                 ),
                 'cache_pages' => array(
                     'backend' => 
'TYPO3\\CMS\\Core\\Cache\\Backend\\XcacheBackend',
                     'frontend' => 
'TYPO3\\CMS\\Core\\Cache\\Frontend\\VariableFrontend',
                     'options' => array(
                         'servers' => array(
                             'tcp://127.0.0.1:11211',
                         ),
                     ),
                 ),
                 'cache_pagesection' => array(
                     'backend' => 
'TYPO3\\CMS\\Core\\Cache\\Backend\\XcacheBackend',
                     'frontend' => 
'TYPO3\\CMS\\Core\\Cache\\Frontend\\VariableFrontend',
                     'options' => array(
                         'servers' => array(
                             'tcp://127.0.0.1:11211',
                         ),
                     ),
                 ),
             ),
         ),
         'useCachingFramework' => '1',
     ),

Unfortunately when I'm trying to display the site I have this message : 
Oops, an error occurred!

Best regards,
-- 

==================================================
Florian Rival
Oktopuce
tel.: +33-642-255-448
fax : +33-985-375-102
web: www.oktopuce.fr
==================================================





More information about the TYPO3-dev mailing list