Forums Forums Search & Filter Pro Rebuilding Cache Freeze and do not work

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #258395

    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!

    Anonymous
    #258410

    I have reimported and everything and all info and content is good, but I cannot rebuild the cache if it’s either a new form or exisitng form 🙁 Keeps restarting.

    Anonymous
    #258438
    This reply has been marked as private.
    Trevor
    #258456

    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).

Viewing 4 posts - 1 through 4 (of 4 total)