Forums › Forums › Search & Filter Pro › I get 404 error only when I search for a string
- This topic has 8 replies, 3 voices, and was last updated 3 years, 4 months ago by
Anonymous.
-
Anonymous(Private) June 15, 2020 at 8:45 am #248698
Hi,
If I search using any of the taxonomies or tags the the search form is working perfectly but when I search for specific string I get a 404 error.
You can find my search form here https://ielastika.gr/shop/
Ross Moderator(Private) June 16, 2020 at 8:01 pm #249046Hi Christoforos
Our plugin should keep in sync with the import process, but it sounds like it doesn’t?
If its not working, you could try adding this to your
functions.php
(which is what we used to require in our plugin before some updates)add_action('pmxi_saved_post', 'wp_all_import_post_saved', 1000, 1); function wp_all_import_post_saved($id) { do_action('search_filter_update_post_cache', $id); }
Let me know how you get on.
Thanks
Anonymous(Private) October 14, 2021 at 1:55 pm #276370Hi,
I am facing some problems with the wp all import and the cache rebuild.
1. Do I have to change anything on the above provided code in order to make it work? Will just copy pasting it to the functions.php of the theme will make it work?
2. There is a product that is posted on my shop but is not displaying on results
https://ielastika.gr/platos/205/?_sft_pa_ypsos=60&_sft_pa_diametros=16&_sft_pa_kataskevastis=continentalI tried to manually build the cache but the product is still not showing on the results.
3. I am running my WP ALL IMPORT crons through cPanel. Does this has anything to do with how your plugin handles the cache rebuild process?
-
AuthorPosts