Yes, it’s a huge problem. My filter is broken. I have more than thousand posts and visitors can’t use the filter feature anymore because it will always return ‘no result found’.
I know about the current version and I have it installed in my actual live website, which is always up-to-date. But the latest version is breaking the filter.
Why do you think you need to test with such outdated versions like 5.5.5 now?
To explain the issue again:
I have a live website (not the testing one linked in an earlier post), where visitors can filter based on custom taxonomies. It’s an important feature in my website.
I’ve made it using pods plugin and mdtf. I also have cf7 installed and created multiple forms with it.
Everything was working fine. Until some days ago, I realized that it’s not working anymore, and it always returns no result found.
I started investigation the issue:
– deactivated all plugins and reactivated one by one. I’ve found out that cf7 was causing the issue.
– to investigate further without the fear of breaking my website I moved to my test site which I haven’t used for a very long time and all plugins are out of date. With these outdated plugins, the filter was working.
– I updated WordPress core, pods and mdtf and kept cf7 old, the filter was still working.
– So I updated cf7 to see which version first made the problem, and it was 5.5.5. The problem started there. This and any later version breaks the filter. Older versions are working fine.
I don’t want to use the outdated version in my website, but it’s easier to investigate when you know when exactly it happened first.
Some changes made in the version 5.5.5 are conflicting with the filter plugin.
Links:
– Test website where you can filter based on ‘Gallery’. I have about 2-3 posts, but it will show nothing because latest version of cf7 is currently installed.
– Post notifying the mdtf plugin developer about the issue, and I have linked my live website there as well if you want to check it.
On my live website, I even get this error:
WP_Error Object ( [errors] => Array ( [invalid_taxonomy] => Array ( [0] => ??? ??? ?????. ) ) [error_data] => Array ( ) [additional_data:protected] => Array ( ) )
-
This reply was modified 2 years, 4 months ago by
june01.