• Resolved horseguards

    (@horseguards)


    I started having problems with wp-cron, so I added
    define(‘DISABLE_WP_CRON’, true);
    to my wp-config.php, and created a cron job on my cPanel, to run every minute, exactly like this:
    https://www.domain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

    Also, I installed the plugin wp-control to check if it was working.

    It did work as soon as I installed it, but soon after, it didn’t, at least properly.
    I checked the cron and it runs every minute, but still, the actions on wp-control are not run.

    any ideas?

    Here you can see wp-control events:
    https://tinyurl.com/y4473xau

    • This topic was modified 3 years, 3 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
    • This topic was modified 3 years, 3 months ago by Steven Stern (sterndata).
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter horseguards

    (@horseguards)

    also, when I click on “Run now” (on wp-control), it shows the message
    “Scheduled the cron event action_scheduler_run_queue to run now. The original event will not be affected.”
    but nothing happens.

    Thread Starter horseguards

    (@horseguards)

    It was my mistake! I added “wget -q -O” and now it works ok

    Thanks anyway.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘After disabling wp-cron, cpanel cron doesn’t seem to run properly’ is closed to new replies.