Project

General

Profile

Actions

Bug #24180

closed

Exception message for missing memcache wrong

Added by Björn Pedersen almost 14 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The error requests memcached while the check is for memcache.

#2119987706: The PHP extension "memcached" must be installed and loaded in order to use the Memcached backend.

t3lib_cache_Exception thrown in file
/home/webmaster/frm2/typo3_src_svn/t3lib/cache/backend/class.t3lib_cache_backend_memcachedbackend.php in line 111.

public function __construct($options = array()) {
if (!extension_loaded('memcache')) {
throw new t3lib_cache_Exception(
'The PHP extension "memcached" must be installed and loaded in ' .
'order to use the Memcached backend.',
1213987706
);
}

(issue imported from #M16534)


Files

16534.diff (681 Bytes) 16534.diff Administrator Admin, 2011-02-11 23:50
Actions #1

Updated by Christian Kuhn almost 14 years ago

  • trunk rev. 10443
  • 4.5 rev. 10444
  • 4.4 rev. 10445
  • 4.3 rev. 10446
Actions #2

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF