[TYPO3-dev] update to 4.6 "t3lib_cache_exception_NoSuchCache"

Ernesto Baschny [cron IT] ernst at cron-it.de
Thu Oct 13 22:43:12 CEST 2011


ben van 't ende schrieb am 13.10.2011 22:09:
> 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.


This is one of the tasks involved in the "Upgrade Wizard Usability" [1],
more specifically issue #24821 [2].

If you have other upgrade wizard suggestions, don't hesitate to submit
the issue and link them to the "umbrella task" in [1].

Will probably be something for 4.7 again, as I have no infos about the
progress by Benni on the Install Tool refactoring. :)

Cheers,
Ernesto

[1] http://forge.typo3.org/issues/24849
[2] http://forge.typo3.org/issues/24821




> 
> 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