chasecmiller / Crumbls-Cache

Caching for WP via PHPFastCache
4 stars 3 forks source link

Implementation: Predix #8

Open chasecmiller opened 7 years ago

chasecmiller commented 7 years ago

Bring Predix online.

mxmkmarquette commented 7 years ago

i can help with predis/ redis and sqlite3

chasecmiller commented 7 years ago

Thanks. I'll put the gui together for them sometime today.

mxmkmarquette commented 7 years ago

perfect is that normal that it's not detecting predis, like i have predis 1.1.1 installed and redis latest version???

chasecmiller commented 7 years ago

It looks like the redis extension for php isn't loaded.

mxmkmarquette commented 7 years ago

on my server???

mxmkmarquette commented 7 years ago

cause here it's saying http://madmax.quebec/info.php

redis Redis Support enabled Redis Version 3.1.0

chasecmiller commented 7 years ago

Hmm. It looks like it's missing the class that comes along with it. Let me look at why.

chasecmiller commented 7 years ago

Weird. I see it in your list this morning. It does throw a 500 when activated. I'll look into why.

mxmkmarquette commented 7 years ago

no problemo and thank you :)

chasecmiller commented 7 years ago

So, the error that is causing this will cause quite a few others. I need to add a method to display all fields for that cache type easily. There were some settings that were overriding and causing the 500, the same one that we have seen before.

Right now, you're running 100% redis.

mxmkmarquette commented 7 years ago

perfecto i'm glad that we saw this :) and that you will be able to fix, if you need to test thing go ahead there no problemo and i'm okay with that, as for other method of caching that are avaible.