Actions
Bug #24180
closedException message for missing memcache wrong
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
Updated by Christian Kuhn almost 14 years ago
- trunk rev. 10443
- 4.5 rev. 10444
- 4.4 rev. 10445
- 4.3 rev. 10446
Actions