[TYPO3-dev] update to 4.6 "t3lib_cache_exception_NoSuchCache"

ben van 't ende ben.vantende at typo3.org
Thu Oct 13 22:09:17 CEST 2011


Hey Xavier,

Got it!!

REMOVED:

$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'),
    )
  ),
);

....and done!!

tHNx for the pointer. Great to see the install tool in action. Only
COMPARE should be part of the upgrade routine I would say. You have to
get back to that specific menu item and if you don't know about that it
might be easily overlooked.

gRTz

ben




On 13/10/11 21:22, Xavier Perseguers wrote:
> Hi Ben,
> 
>> I updated one of my install to 4.6 from 4.5.6 and get this error in fe
>> and be. I cleared temp_cached* files, but ti no result.
>>
>> Fatal error: Class 't3lib_cache_exception_NoSuchCache' not found in
>> /home/typo3_src/typo3_src-4.6.0rc1/t3lib/cache/class.t3lib_cache_manager.php
>>
>> on line 129
> 
> Could you check if you have old Caching Framework definitions in your
> localconf.php? Or perhaps in some 3rd-party ext?
> 
> Greetz
> 




More information about the TYPO3-dev mailing list