XF 2.3 CRON jobs - in the past

eaststandboy

Active member
Hello

I have this error on my main admin screen:
There are scheduled jobs outstanding which have not run. Jobs may not be getting triggered when expected.

SO checked my CRON jobs and they all seen to show "next run" in the past, with no future jobs:



1741779038970.webp
If i disable, then enable them, the next run updates, but then once the time passes, is not run again.

HELP please.
 
you might have a hung job.
log in to phpmyadmin / and check out the xf_jobs table. should have 2 rows in there. if there's more, you have a hung job.

delete from xf_jobs where id = that id number;
 
you might have a hung job.
log in to phpmyadmin / and check out the xf_jobs table. should have 2 rows in there. if there's more, you have a hung job.

delete from xf_jobs where id = that id number;
Hey

Thank you for this!!!!!

I had this back from the host:

"I am looking over the forums, did a back up of the jobs table and am deleting entries now. There were over 3k"
 
Back
Top Bottom