Bug #20238
closedmemcache class not existant, only backend memcache class exists (http://bugs.typo3.org/view.php?id=9645)
0%
Description
I tried to use the memcache tutorial from Dimitri.
Did not work (-vv option shows my test memcached php script is working, but typo3 is not using memcached), so i tried to apply the patches from:
http://bugs.typo3.org/view.php?id=9645
files not found...
i looked into t3lib/cached/backend/
and there is no such file...
webdev:/var/www/test43alpha# patch p0 < 9645_v2.diff
|Index: t3lib/cache/backend/class.t3lib_cache_backend_memcached.php
|===================================================================
|--- t3lib/cache/backend/class.t3lib_cache_backend_memcached.php (revision 4488)
|+++ t3lib/cache/backend/class.t3lib_cache_backend_memcached.php (working copy)
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
-------------------------
--------------------------
File to patch: ^C
Is there somewhere an api for that, where i may read out the changes?
id love to try memcache with t3.
1.) svn co... current t3 4.3 trunk
2.) put the symlink to your page
3.) install memcached and run it (per default on any:11211)
4.) do the things explained in dimitris blog entry:
http://dmitry-dulepov.com/article/how-to-enable-memcached-cache-in-typo3-43.html
5.) eventually try to apply the patches from: http://bugs.typo3.org/view.php?id=9645
Maybe the functionality has a problem with the fact, that the page is cached in the "default typo3 way"...
(issue imported from #M10780)