Plugin Support
qtwrk
(@qtwrk)
Hi,
As I have explain in other topic you jumped in
Do you have memcached or redis backend process running ?
Best regards,
-
This reply was modified 5 years, 3 months ago by
qtwrk.
-
This reply was modified 5 years, 3 months ago by
qtwrk.
Thread Starter
Jaso
(@subwebsites)
Hi,
How am I supposed to know that?
Thanks
Plugin Support
qtwrk
(@qtwrk)
Hi,
in that case, you need to consult with your hosting provider
Best regards,
Thread Starter
Jaso
(@subwebsites)
I believe you havent fully read my first msg, Please see my first message and view the links
Thank you
Plugin Support
qtwrk
(@qtwrk)
Hi,
I believe you have not fully read my reply in other topic you jumped in
let me explain it more detailly
the object cache , to make this thing works , it requires 2 things
1. the PHP extension , acts as middle-man for PHP and Memcached/Redis to communicate
and this is on your screenshot
https://prnt.sc/10448a6
2. the backend process of Memcached/Redis , this is where the object is cached and stored.
So the workflow is like this :
PHP –> uses extension (which you have already) to communicate with backend process —> but , you do not have backend process running , so PHP was literally talking to “nobody” , and of course, it just failed
Best regards,
-
This reply was modified 5 years, 3 months ago by
qtwrk.
Thread Starter
Jaso
(@subwebsites)
I called Digital Pacific, and they never heard of Deamon Processes: https://www.digitalpacific.com.au/, meaning you will have to explain in different terms
Thanks
Plugin Support
qtwrk
(@qtwrk)
hmmmm
you can call it like
backend process
server process
or directly like
redis process
memcached process
…etc
bascially , the redis/memcached application process