[TYPO3-project-4-3] Testing the memcached backend

Dan Osipov dosipov at phillyburbs.com
Sun Mar 15 16:12:56 CET 2009


FYI: solved my problem - turns out I needed the complete configuration 
from config_default.php, instead of just the changed lines.

I'll proceed with testing.

Dan Osipov
Calkins Media
http://danosipov.com/blog/

Dan Osipov wrote:
> I also get errors when testing:
> 
> php-cgi: PHP Fatal error: Call to undefined method 
> t3lib_cache_frontend_VariableFrontend::findEntriesByTag() in 
> /var/www/site/t3lib/class.t3lib_tsfebeuserauth.php on line 315
> 
> php-cgi: PHP Catchable fatal error: Argument 4 passed to 
> t3lib_cache_Factory::create() must be an array, null given, called in 
> /var/www/site/t3lib/class.t3lib_cache.php on line 68 and defined in 
> /var/www/site/t3lib/cache/class.t3lib_cache_factory.php on line 70
> 
> Let me know what configuration I should post.
> 
> Dan Osipov
> Calkins Media
> http://danosipov.com/blog/
> 
> Steffen Müller wrote:
>> Hi.
>>
>> On 13.03.2009 17:50 Dmitry Dulepov wrote:
>>> Must be:
>>>          'servers' => array('tcp://localhost:11211'),
>>>
>>> I run with unix:// prefix all the time and my FE works ok. May be you 
>>> have connection problems to memcached backend?
>>>
>>
>> both did not help.
>> memcached works, I have tested it manually with standalone php. Connects
>> fine.
>>
>> Following the exceptions it seems that $backendClassReference seems to
>> be empty in t3lib_cache_Factory::create() See:
>> #1
>> /var/www/typo3_src/typo3_src-trunk/t3lib/cache/class.t3lib_cache_factory.php(83): 
>>
>> t3lib_div::makeInstance(NULL, Array)
>>
>> But that doesn't make sense.
>>


More information about the TYPO3-project-4-3 mailing list