Error in scheduler

#512382
  • Resolved Chris Whiting
    Rank Math free

    The error below has just started presenting itself, and will not clear

    Warning: Undefined variable $num_pastdue_actions in /homepages/24/d387179773/htdocs/wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php on line 191

    Warning: Undefined variable $num_pastdue_actions in /homepages/24/d387179773/htdocs/wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php on line 194.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    That warning is from the Action Scheduler library that is bundled with our plugin to make sure the scheduled actions from the Analytics module can work.

    You can disable that warning by adding the following filter on your website:

    add_filter( 'action_scheduler_pastdue_actions_check_pre', '__return_false' );
    

    Hope that helps. Please don’t hesitate to let us know if you have any other questions.

    Thank you.

    ​​​​​​​

    Thanks for the reply and solution. However, how do I add that filter, I’m not technical, how do I implement that.

    Hello,

    Please refer to the following URL to learn how to apply filters on your site. You can use any of the methods mentioned here:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps and please don’t hesitate to let us know if you have any other questions.

    Thank you.

    Wonderful, implemented and working, thank you.

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘Error in scheduler’ is closed to new replies.