• Resolved johanna75

    (@johanna75)


    Hi
    All my jobs have an orange alert icone in the next execution column.
    WP control tells me DISABLE_WP_CRON is activate. WP-Cron is deactivated.
    But no! in my wp-config it’s set to FALSE and nothing about on htaccess.

    I’m lost because my main problem is mails to users are no longer send

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    This means DISABLE_WP_CRON must be set to true somewhere else, and your false definition in wp-config.php isn’t taking effect.

    Check your PHP error logs for “Constant DISABLE_WP_CRON already defined” errors.

    Your best bet is to search all your files for “DISABLE_WP_CRON” and see what comes up.

    Thread Starter johanna75

    (@johanna75)

    Hi and thanks for answer.
    I uploaded all my files and there is no place where DISABLE_WP_CRON is set to TRUE

    there are lines like this but i think no impact:
    if ( strpos( $_SERVER[‘REQUEST_URI’], ‘/wp-cron.php’ ) !== false || ( defined( ‘DISABLE_WP_CRON’ ) && DISABLE_WP_CRON

    Do you think Hoster can be the cause? I mean the hosting forbid some cron actions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘all my cron have alerte icon’ is closed to new replies.