Bug #12994
Exception message for missing memcache wrong
Status:
Resolved
Priority:
Should have
Assignee:
Category:
Cache
Target version:
Start date:
2011-02-11
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
Problem:
Caching framework memcache backend requires PHP module memcache, but the
thrown exception nags about memcached (sic!).
Solution:
memcached -> memcache
This was tracked in TYPO3 v4 with http://bugs.typo3.org/view.php?id=16534 and committed to trunk with rev. 10446
Updated by Karsten Dambekalns almost 10 years ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
- Target version set to 1.0 beta 1
Updated by Karsten Dambekalns almost 10 years ago
We could of course rename the whole backend from MemcachedBackend to MemcacheBackend for more consistency. Although for TYPO3 v4 this is probably not an option and would thus create another inconsistency...
Updated by Karsten Dambekalns almost 10 years ago
- Status changed from Accepted to Under Review
Updated by Karsten Dambekalns almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ea949d531b05f3593b682778b68634f4bdaf57d8.