Bug #12994

Exception message for missing memcache wrong

Added by Christian Kuhn over 4 years ago. Updated over 4 years ago.

Status:Resolved Start date:2011-02-11
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Cache
Target version:TYPO3 Flow Base Distribution - 1.0 beta 1
PHP Version: Complexity:
Has patch: Affected Flow version:

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

Associated revisions

Revision ea949d53
Added by Karsten Dambekalns over 4 years ago

[BUGFIX] Fix exception message for missing memcache extension

The message stated the "memcached" extension was needed, but we use the
"memcache" extension.

Change-Id: I64bf5176148e2149223bfd1d691d0a2a21e45435
Fixes: #12994

History

#1 Updated by Karsten Dambekalns over 4 years ago

  • Status changed from New to Accepted
  • Assigned To set to Karsten Dambekalns
  • Target version set to 1.0 beta 1

#2 Updated by Karsten Dambekalns over 4 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...

#3 Updated by Karsten Dambekalns over 4 years ago

  • Status changed from Accepted to Under Review

#4 Updated by Karsten Dambekalns over 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF