Question Blank pages when change to xcache

Status
Not open for further replies.

adultforum

Customer
Hi there,

I have xcache installed, but when I try to change in main settings, the forum gives me many blank pages when trying to save or execute function. When I try to change back to filecache I get blank pages. Even try to disable mod, blank. What do I need to config to make it work?

php -v
PHP 5.6.12 (cli) (built: Aug 11 2015 00:02:53)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
with XCache v3.2.0, Copyright (c) 2005-2014, by mOo
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v5.0.14, Copyright (c) 2002-2015, by ionCube Ltd.
with XCache Cacher v3.2.0, Copyright (c) 2005-2014, by mOo
 
I "solved" this by editing xcache master ini with the following vars

/usr/local/php56/lib/php.conf.d/20-xcache.ini


Code:
[xcache-common]
extension = /usr/lib/php5/20131226/xcache.so

[xcache.admin]
xcache.admin.auth = Off
; xcache.admin.user = "mOo"
; xcache.admin.pass = md5($your_password)

[xcache]
xcache.shm_scheme =        "mmap"
xcache.size  =               60M
xcache.slots =                8K
xcache.ttl   =              3600
xcache.gc_interval =         300

xcache.mmap_path =    "/dev/zero"

xcache.cacher =               On
xcache.stat   =               On



xcache.count = 8
xcache.var_count = 8
xcache.var_slots = 128K
xcache.var_size = 512M
xcache.var_ttl = 7200
xcache.var_maxttl = 14400
xcache.admin.enable_auth = "off"
 
Status
Not open for further replies.

Legacy vB Optimise

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,972
Customer rating
0.00 star(s) 0 ratings
Back
Top