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
Comment #1
Prague man commentedSame problem, any issue?
Comment #2
flefle commentedNope, 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.
Comment #3
infopcorg commentedSame here, any update on the issue?
Comment #4
_redfog commentedsame here !
Comment #5
markpavlitski commentedHi,
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
Comment #6
markpavlitski commentedComment #7
infopcorg commentedv1.4.5
Memcached v1.0.2
I wont say that the issue is critical, switch to minor
thanks for your work Mark.
Comment #8
erikwebb commentedCould it be related to this PHP bug?
https://bugs.php.net/bug.php?id=58847
Comment #9
markpavlitski commentedCan 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?
Comment #10
jeremy commentedNo further feedback and unable to duplicate; closing.
Comment #11
xmailox commentedI switched PHP 5.3 to PHP 5.4. Everything is OK.