hello!
so... i've been struggling for days now to get this neat plugin to work but still without success.
first things first:
- i own a VPS
- o do merely all configurations by myelf
- i'm a rookie with centos / whm and still need lots to learn
in the first days i figured it out that my vps already has the xcache option intalled. i took me a bit more to figure it out how to properly set to config files to actually enable it. so i was able to pust the system tests to a point of success on all levels but "fetch cache".
after further investigation i found out that my vps in fact won't work with xcache due the incompatibility with the "suphp" handler. so i read more about it and realized that i could change the php's handler but i'm missing the fcgi one, which would be option.... i could try installing it but it's just too much for me at this point.
so i made a few steps back and figured it out how to install "memcache". and today i managed to get it running. in my php info i get:
unfortunately, the "Fetch cache" test still generates the same error:
and here i am now, desperate. asking for some hints...

thanks
so... i've been struggling for days now to get this neat plugin to work but still without success.
first things first:
- i own a VPS
- o do merely all configurations by myelf
- i'm a rookie with centos / whm and still need lots to learn
in the first days i figured it out that my vps already has the xcache option intalled. i took me a bit more to figure it out how to properly set to config files to actually enable it. so i was able to pust the system tests to a point of success on all levels but "fetch cache".
after further investigation i found out that my vps in fact won't work with xcache due the incompatibility with the "suphp" handler. so i read more about it and realized that i could change the php's handler but i'm missing the fcgi one, which would be option.... i could try installing it but it's just too much for me at this point.
so i made a few steps back and figured it out how to install "memcache". and today i managed to get it running. in my php info i get:
PHP:
memcache
memcache support enabled
Active persistent connections 1
Version 2.2.7
Revision $Revision: 327750 $
Directive Local Value Master Value
memcache.allow_failover 1 1
memcache.chunk_size 8192 8192
memcache.default_port 11211 11211
memcache.default_timeout_ms 1000 1000
memcache.hash_function crc32 crc32
memcache.hash_strategy standard standard
memcache.max_failover_attempts 20 20
unfortunately, the "Fetch cache" test still generates the same error:
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
and here i am now, desperate. asking for some hints...

thanks