• Resolved bianquijulian

    (@bianquijulian)


    I have this error in the line

    lugins/astra-sites/inc/importers/batch-processing/helpers/class-wp-background-process.php
    line 442

    // Adds every 5 minutes to the existing schedules. $schedules[ $this->identifier . ‘_cron_interval’ ] = array( ‘interval’ => MINUTE_IN_SECONDS * $interval, /* translators: %d are the minutes. */ ‘display’ => sprintf( __( ‘Every %d Minutes’, ‘astra-sites’ ), $interval ), );

    If I add this validation if( is_numeric( $interval ) ) {} it works

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi @bianquijulian,

    We recently released an update. Please update this plugin and see whether you still see the same thing.

    I look forward to hearing from you.

    Kind regards,
    Herman ??

    Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi,

    It’s been a while since my last response. Hope the released updates fixed the issue.

    I am marking this thread as Resolved due to inactivity. Feel free to start a new thread if there’s anything else related to this plugin, we can help you with.

    Kind regards,
    Herman ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with cron healthcheck’ is closed to new replies.