• Resolved jurasjo

    (@jurasjo)


    Hi
    Everything worked great until now. When I’m clicking “Change expiration” button I can see (in Query Monitor) some problem with:
    HTTP Request GET

    
    cURL error 28: Operation timed out after 1001 milliseconds with 0 bytes received
    WP_Http->request()
     wp-includes/class-http.php:223
    WP_Http->get()
     wp-includes/class-http.php:593
    wp_remote_get()
     wp-includes/http.php:170
    wp_cache_manager_error_checks()
     wp-content/plugins/wp-super-cache/wp-cache.php:241
    apply_filters('wp_super_cache_error_checking')
     wp-includes/plugin.php:203
    wp_cache_manager()
     wp-content/plugins/wp-super-cache/wp-cache.php:714
    do_action('settings_page_wpsupercache')
     wp-includes/plugin.php:453

    I use Wp-cron control and all has been ok until now. Can this cause problems with proper functioning of WP Super Cache?

Viewing 1 replies (of 1 total)
  • Thread Starter jurasjo

    (@jurasjo)

    Ok. I have resolved that issue by manually changing :

    $wp_cache_cron_check = 0;
    to
    $wp_cache_cron_check = 1;

    in the config file for WPSC. I have no idea why it has changed in the first place.

Viewing 1 replies (of 1 total)
  • The topic ‘WP-cron issue’ is closed to new replies.