Hector
Forum Replies Created
-
Forum: Plugins
In reply to: [Salon Booking System - Free Version] APIThat’s great news.
May I ask what is the planned scope for the API? Will it be REST or WP actions/hooks?
When do you plan to roll it out?
🙂
Forum: Plugins
In reply to: [Custom Simple Rss] Filter by custom taxonomy?Fingers crossed you can Danny 🙂
Cheers
Forum: Plugins
In reply to: [Redis Object Cache] Display Flush Cache button in Admin BarDon’t want to hijack this thread but I think this question is relevant.
Does the FLUSH CACHE feature need the FLUSHDB function active? I disabled it via redis.conf for security.
Thanks
Forum: Plugins
In reply to: [Redis Object Cache] Not recognising pasword?I flushed the DB a few times and all is working now. I can login and also doing a MONITOR shows all the data being stored on each request to WP.
So all good.
Thanks so very much for the quick replies and the great plugin.
You can flag this one as SOLVED if you want.
Forum: Plugins
In reply to: [Redis Object Cache] Not recognising pasword?Sorry to keep bombarding you.
I have done a FLUSHDB and still can’t login
Forum: Plugins
In reply to: [Redis Object Cache] Not recognising pasword?I did a MONITOR through cli on SSH and it shows data, so it is caching. But I can’t login to the WP backend
Forum: Plugins
In reply to: [Redis Object Cache] Not recognising pasword?Duh!!
I had the Redis service stopped. My fault.
But now that I have it active, as soon as I enable the Object Cache on the plugin, it logs me out and can only login when I stop the redis service again. Any advice?
Thanks again Till
Forum: Plugins
In reply to: [Redis Object Cache] Not recognising pasword?I have tried putting this at the very top of the wp-config file, still getting the same NOT CONNECTED and same details in the Diagnostics.
define(‘WP_CACHE_KEY_SALT’, ‘www.mysite.com’);
define(‘WP_REDIS_PASSWORD’,’blahblah123456′);I placed it even before the MySQL credentials etc
Forum: Plugins
In reply to: [Redis Object Cache] Not recognising pasword?Thanks Till
Diagnostics:
———————————
PHP Version: 7.1.4
Multisite: No
Redis: 3.1.2
Predis: 1.1.1
Status: Not Connected
Client: PECL Extension (v3.1.2)
WP_CACHE_KEY_SALT: “www.domain.com”
WP_REDIS_PASSWORD: “*************”
Drop-in: Valid
Global Prefix: “wp_”
Blog Prefix: “wp_”
Global Groups: [“blog-details”,”blog-id-cache”,”blog-lookup”,”global-posts”,”networks”,”rss”,”sites”,”site-details”,”site-lookup”,”site-options”,”site-transient”,”users”,”useremail”,”userlogins”,”usermeta”,”user_meta”,”userslugs”]
Ignored Groups: [“counts”,”plugins”,”blog-details”,”blog-id-cache”,”blog-lookup”,”global-posts”,”networks”,”rss”,”sites”,”site-details”,”site-lookup”,”site-options”,”site-transient”,”users”,”useremail”,”userlogins”,”usermeta”,”user_meta”,”userslugs”,”wordfence”,”themes”]———————————
I had placed the flags in wp-config after the original WP salts. Should I place it all at the top of the file instead?
Here’s the page, I forgot to post it, probably will be useful to see what I was talking about:
On the same train of thought, I created a page that filters based on custom fields (as per https://ww.wp.xz.cn/support/topic/filtering-by-more-than-4-criteria/ )
Will this play nicely with the SEO and the Caching plugins? Will it cache all filtered combinations (e.g. different dates as per the filter fields) or will it go crazy? Will the SEO maintain the filters even as it scrolls through the filtered results?
Ahhhh you’re a star.
Once you release v3, is there any particular reason why I should not do more than 4? Or you had that limit just because?
Sorry, I should’ve given more context information.
I have a custom post type. It has a number of custom fields for example gender/day/month/year/sign and title which is the core WP field.
If you try male/29/july/1976 (4 filters) it only displays Arturo, which is correct.
If you then add any sign or type ABCDE on the text box, instead of filtering and NOT showing that post, it suddenly reverts and shows all posts.
However, if you disable other fields, it works again, for example try (no day)/(no month)/1975/Leo/Arturo and it works well.
So it is not failing because the last filters are wrong, it fails when it reaches 5 filters, regardless of which they are.
Hi @dcooney,
Do you do custom work? I need to implement a faceted navigation (i.e. layered filter) where users can filter the posts based on custom fields. By using checkboxes, drop-downs or text fields. For example, lets say the custom post types have the following custom fields:
– Months (Jan – Dec)
– Gender (Male / Female)
– Title… and I want users to filter by gender (checkboxes) and/or by month (drop-down) and/or Title (text field)
Do you do such custom jobs?
Cheers!
I am having the same problem. It is amazing how the authors insist it is everyone’s problem and not the plugin. It consistently happens with those two tables and there’s heaps of people reporting the same issue from years ago. Always the same tables and just WF.