Forums Forums Search & Filter Pro Building Cache cancels with error

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

    Building cache stops with error:

    Caching paused: attempting to resume…

    Therefore no products are shown on https://moodie.de/shop

    How can this be fixed?

    Martin

    Anonymous
    #180938

    And after a while it shows this error:

    Error: Unable to cache posts.

    Anonymous
    #180941

    Is there a cahing log where I can see where the caching process hangs? I have removed Attributes now and only included “Produkte” in “Search in the following post types:”. Now it hangs at 40 / 364 posts – 11%

    Trevor
    #180950

    364 post should not take very long to cache, so you may be short of server resources, or WP may not have enough memory. The latter can be fixed by adding this to the start (line 2) of wp-config.php:

    define('WP_MEMORY_LIMIT', '128M');
    

    You should look to find your server logs to find what happened.

    Anonymous
    #181003

    I have increased memory limit with your entry, but the error remains the same

    Trevor
    #181005

    Have you investigated the server error logs? If you do not know where they are stored, speak with your host.

    Anonymous
    #181095
    This reply has been marked as private.
    Trevor
    #181112
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)