Ticket #71 (closed defect: fixed)
even inode number result in hashing issue for cacheid (was php#0 (any one) bolck doesnt work.)
| Reported by: | Nneel | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.1 |
| Component: | cacher | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | PHP Version: | 5.2.0 | |
| Application: | vbulletin 3.6.4 | Need User Feedback: | |
| Other Exts: | SAPI: | FastCGI | |
| Probability: | Blocking: |
Description (last modified by moo) (diff)
we are on vbulletin 3.6.4 cPanel+Apache 1.3.37+CentOS 4(Redhat AS4) +Dual Operton 248 vBulletin3.6.4+Php5.2.0 Xcache 1.2.0 (the last release stable one)
helo..here is a screen shot of our xcache admin http://img169.imageshack.us/img169/2828/xcbf4.jpg
as per Jasons instruction im submitting this bug http://www.vbulletin.com/forum/showthread.php?p=1309421&highlight=memcache#post1309421 here is our php info http://www.golpo.net/test111.php?info=1
our xcache.ini
=============================================================== ; select low level shm/allocator scheme implemenation xcache.shm_scheme = "mmap" xcache.size = 64M xcache.count = 2 xcache.slots = 8K xcache.ttl = 0 xcache.gc_interval = 0 ; same as aboves but for variable cache xcache.var_size = 16M xcache.var_count = 2 xcache.var_slots = 8K ; default ttl xcache.var_ttl = 0 xcache.var_maxttl = 0 xcache.var_gc_interval = 300 xcache.test = Off ; N/A for /dev/zero xcache.readonly_protection = Off xcache.mmap_path = "/dev/zero" cking open_basedir) xcache.coredump_directory = "" xcache.cacher = On xcache.stat = On xcache.optimizer = On [xcache.coverager] xcache_coverager_start/stop/get/clean() xcache.coverager = Off xcache.coveragedump_directory = "" ==============================================================
unless set: xcache.stat = Off both php arent working. and if xcache.stat is off..every time..after change anything(template//acp) need to clear the cache & have to wait for re-cache.
but what is the sulotion?

