- This topic has 3 replies, 2 voices, and was last updated 5 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Rebuilding Cache Freeze and do not work
Tagged: rebuild cache
Hello there Trevor!
I’m seeing this issue around, and tried the solutions you gave but it still not work.
I have imported a custom posts and toxonomies into WordPress with WP All Import. The first time around, the cache building worked, but the other times, the item counts were not accurate in French and they were not updating in the default english language. Rebuilding the cache kept freezing
Tried to clone, create a new form with regular posts and pages but it does the same.
I added the function you mentioned with no avail.
add_action('pmxi_saved_post', 'wp_all_import_post_saved', 10, 1);
function wp_all_import_post_saved($id) {
do_action('search_filter_update_post_cache', $id);
}
Could you help me out?
Thank you so much!
I think this may be the problem, so can you switch the ‘Use Transients’ setting off:
https://www.screencast.com/t/sOp8zsdCxZy0
The way that setting works makes it incompatible with translation plugins (causing cache issues in one or more languages).