Litespeed 4.1.13 - xcache cannot be used by W3 Total Cache

#1
I am using Litespeed 1 CPU Enterprise and trying to use W3 Total Cache on my WordPress site.

xcache been install on my VPS WHM

and also can be detected by W3 Total Cache but i can only use it for database caching not object caching...

Error Details

1.while trying xcache as database cache it saved.. no error.. but as soon i try to empty the cache.. i get this error

Code:
Fatal error: xcache_clear_cache() [<a href='http://xcache.lighttpd.net/wiki/InstallAdministration'>http://xcache.lighttpd.net/wiki/InstallAdministration</a>]: xcache.admin.user and/or xcache.admin.pass settings is not configured. Make sure you've modified the correct php ini file for your php used in webserver. in /home/******/public_html/wp-content/plugins/w3-total-cache/lib/W3/Cache/Xcache.php on line 86
2.Now Next error..When i try to use xcache as object caching

http://i.imgur.com/4X1ED.png

i get this




For ref here is the xcache.php

http://pastebin.com/JJ3J2HL2


3.About Page caching I can only use Disk option not disk Enhanced.. as always it gvs me error

Code:
It appears Page Cache URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.

4.And Also i have APC installed. but i cannot use it..

here is the proof as its been installed



and here is the option stating i cannot use it



as u can see its greyed out...

I know i asked mny things but I would rly need this get solved.. as i dnt know much abt LS or WHM.. all installation done by vps provider. and they hv less time for fixing this
 

NiteWave

Administrator
#2
looks like php/xcache related issues, not litespeed specific. should have same issue when running under apache.

question: php suExec enabled or not?

check your setting of:
lsws admin console->Configuration
->Server->General->PHP suEXEC
 
#7
@webizen IF its ok.. can u chk it for me i will pm u the console address and login...

i just want to use xcache and acp in w3total cache on wordpress...
 

webizen

Well-Known Member
#16
1. how much is server RAM?
2. also check /usr/local/apache/logs/error.log and stderr.log for any details.
3. comment out either "extension=apc.so" or "extension=xcache.so" so only use one opcode cache.
 
Last edited:

webizen

Well-Known Member
#18
Your system memory is limited. Please do both 1 and 2 below:

1. Lower your LSPHP5 memory (soft/hard) limit to 256MB/300MB
2. Comment out either opcode cache (apc or xcache) in php.ini or both of them.
 

webizen

Well-Known Member
#20
you can enable one and leave other off and see if memory is often run out. If it is the case, then you have to keep both of them off.
 
Top