Hi,
after enabling and setup memcache, the following error messages are displayed:

Notice: Undefined index: frizi.netcache-.wildcard-theme_registry in dmemcache_get_multi() (line 167 of /data/f/r/frizi.net/web/sites/all/modules/contrib/memcache/dmemcache.inc).
Notice: Undefined index: frizi.netcache-.wildcard-node_types%3A in dmemcache_get_multi() (line 167 of /data/f/r/frizi.net/web/sites/all/modules/contrib/memcache/dmemcache.inc).
Notice: Undefined index: frizi.netcache_menu-.wildcard-links%3Auser-menu%3A in dmemcache_get_multi() (line 167 of /data/f/r/frizi.net/web/sites/all/modules/contrib/memcache/dmemcache.inc).
Notice: Undefined index: frizi.netcache_menu-.wildcard-links%3Amanagement%3A in dmemcache_get_multi() (line 167 of /data/f/r/frizi.net/web/sites/all/modules/contrib/memcache/dmemcache.inc).

Any idea what I'm doing wrong?

Comments

Prague man’s picture

Same problem, any issue?

flefle’s picture

Nope, no reply or further solutions found. I will try to cooperate with the hosting provider to see if there is no issues on the server side to.

infopcorg’s picture

Same here, any update on the issue?

_redfog’s picture

same here !

markpavlitski’s picture

Hi,

Have you tried the latest dev version and does the same issue occur?

If so can you provide the following details so I can investigate?

- PECL library (Memcache or Memcached) and version?
- Memcache config options from settings.php

Kind regards,

Mark

markpavlitski’s picture

Status: Active » Postponed (maintainer needs more info)
infopcorg’s picture

Priority: Normal » Minor

v1.4.5
Memcached v1.0.2

# memcached marc 
$conf['cache_backends'][] = 'sites/all/modules/memcache/memcache.inc';
$conf['cache_default_class'] = 'MemCacheDrupal';
$conf['cache_class_cache_form'] = 'DrupalDatabaseCache';
$conf['memcache_bins'] = array('cache' => 'default');
$conf['memcache_key_prefix'] = 'mempc';
$conf['memcache_persistent'] = TRUE;  

I wont say that the issue is critical, switch to minor
thanks for your work Mark.

erikwebb’s picture

Could it be related to this PHP bug?

https://bugs.php.net/bug.php?id=58847

markpavlitski’s picture

Can you try running the script found here (configured to your memcached instances): http://pastebin.com/f79f01c2a And post the output?

This will confirm whether it is caused by the bug in #8.

Can you also try disabling the Memcached binary protocol if in use, and confirm if the problem persists?

jeremy’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No further feedback and unable to duplicate; closing.

xmailox’s picture

I switched PHP 5.3 to PHP 5.4. Everything is OK.