Forums Forums Search & Filter Pro Unable to create cahe

Viewing 8 posts - 1 through 8 (of 8 total)
  • Anonymous
    #202564

    Hi,
    I am trying to create the cache but I get the error:
    30 / 177 posts – 17%
    Caching paused: attempting to resume…
    What can I do?
    Thanks.
    Nada

    Trevor
    #202570

    Two possibilities as to the cause come to mind.

    1. A security plugin, like Sucuri or Wordfence, is blocking the process.
    2. The server is timing out the process. For this, you would need to make sure that your server is logging errors, and see what is in those logs. You may have to talk with your host on this.

    Anonymous
    #202600

    Thank you for yourt answer.
    I changed the max-execution-time on the server, I disabled Wordfence, I still get the error.
    Here are the settings in php.ini file :
    safe_mode=false;
    upload_max_filesize=67108864;
    post_max_size=67108864;
    memory_limit=268435456;
    max_execution_time = 500;
    extension_dir=/usr/lib/php7.0/extensions;
    zend_extension=/usr/lib/php7.0/extensions/opcache.so;
    opcache.enable=1;
    opcache.memory_consumption=32;
    opcache.interned_strings_buffer=8;
    opcache.max_accelerated_files=3000;
    opcache.revalidate_freq=180;
    opcache.fast_shutdown=0;
    opcache.enable_cli=0;
    opcache.revalidate_path=0;
    opcache.validate_timestamps=2;
    opcache.max_file_size=0;
    opcache.file_cache=/kunden/homepages/4/d706785064/htdocs/.opcache;
    opcache.file_cache_only=1;

    Is there something I have to modify?

    Trevor
    #202602

    It can be so many things. Did you find the server error logs?

    Trevor
    #202604

    Also, WordPress has a debug mode which might reveal something.

    Anonymous
    #202782

    I changed the debug option of WP, I did not find anything concerning search and filter. I am using woocommerce and I have several products with a lot of variations (more than 200) it can be a cause. I resized the memory limit in the php.ini file to 512M, but it still does not work.
    Do I have to remove the products? If you have any idea that might help.
    Thank you

    Anonymous
    #202796

    OK, I removed the product that had too many variations and it worked. So the problem came from this. If this can help for others.
    Thanks.
    Nada

    Trevor
    #202810

    You set the PHP memory limit to 512M, but did you set the WordPress memory limit? By default it is only 40M.

    This article explains:

    https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

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