Rules have stopped running Automaticaly

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Viewing 3 reply threads
  • Author
    Posts
    • #8863


      David Henry
      Participant
      Post count: 1

      Hi Szabi,

      My rules have suddenly stopped running, I can’t work out why, I can run them manually but they are not triggering automatically. The last time it was updated was Sept 22nd to 5.4.2.4, but it looks like it actually stopped on the 3rd of Oct which is when WP was updated to 6.3.1.

       

      Any ideas what might have happened?

       

      David

      Baile

       

    • #8864


      Szabi – CodeRevolution
      Keymaster
      Post count: 4205

      Hello,

      First of all, thank you for your purchase.

      Based on the description of this issue, your site has problems with wp_cron functionality of WordPress.

       

      To fix this, you will need to replace wp_cron with a server side cron. Please check this page for details on how to do this: https://themeisle.com/blog/disable-wp-cron/

      If you don’t know how to make these changes, please contact your hosting provider’s support and ask them to fix wp_cron for your server.

      After this is fixed, the plugin should be able to run automatically without issues, as it is using the wp_cron system for the scheduling part, which will be replaced with the server side cron, which is much more trustworthy.

      Regards, Szabi – CodeRevolution.

    • #8865


      David Henry
      Participant
      Post count: 1

      Thanks Szabi,

      What script should I set the server cron to run?

      David

    • #8866


      Szabi – CodeRevolution
      Keymaster
      Post count: 4205

      Something like:

       

      wget -q -O – https://yoursite.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

       

      Replace yoursite.com with your real site URL.

Viewing 3 reply threads

The topic ‘Rules have stopped running Automaticaly’ is closed to new replies.