Closed (won't fix)
Project:
Memcache API and Integration
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2012 at 09:16 UTC
Updated:
3 May 2012 at 18:42 UTC
This issue might be a duplicate, I can't really decide.
Reproducing the bug is very simple:
$conf['cache_backends'][] = 'sites/all/modules/memcache/memcache.inc';
$conf['cache_default_class'] = 'MemCacheDrupal';
$conf['lock_inc'] = 'sites/all/modules/memcache/memcache-lock.inc';
$conf['memcache_key_prefix'] = 'playzin_';
System:
Ubuntu 10.04 LTS
PHP 5.3.2
php_memcache 3.0.4
Apache 2.2.14
Comments
Comment #1
catchCheck the PECL memcache version - see the note at http://drupal.org/node/1131470
Comment #2
edgarpe commentedOK, I didn't see that note.