• We have a problem with the wp-cron.php since the last update Version .3.4.1. Fix attached see:

    ./htdocs/wp-content/plugins/fast-velocity-minify/inc/common.php

    @@ -1737,6 +1737,7 @@

    if( defined(‘WP_ADMIN’) && WP_ADMIN ){ return false; }

    if( defined(‘SHORTINIT’) && SHORTINIT ){ return false; }

    if( defined(‘IFRAME_REQUEST’) && IFRAME_REQUEST ){ return false; }

    + if( defined(‘DOING_CRON’) && DOING_CRON ){ return false; }

    # detect api requests (only defined after parse_request hook)

    if( defined(‘REST_REQUEST’) && REST_REQUEST ){ return false; }


    fyi.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Raul P.

    (@alignak)

    That is not a bug, what is the problem?

    Thread Starter miku0010

    (@miku0010)

    The error is generated by a CLI call of cron.php with the following err-message: “<!– simplehtmldom failed to process the html –>”

    I hope that helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cron Fix’ is closed to new replies.