Log in

View Full Version : Wrong date in vbulletin cron jobs scripts


bartek24m
05-27-2013, 01:51 PM
I have problem with cron jobs, it shows wrong date time and doesnt run some scripts
e.g.
Daily Cleanup
This script performs various cleanup tasks once per day.

I suppose it couse the wrong "next time date" to run.

Today is 27-05-2013, on forum and server date is the same but in cron jobs the date is 7 days earler. (look at screen shout)

https://vborg.vbsupport.ru/external/2013/05/3.png

How to set up correct date in cronjobs ?

Lynne
05-27-2013, 03:13 PM
Run them manually (hit the Run Now) button and see if it gets them started again.

Zachery
05-27-2013, 03:19 PM
Actually, editing and saving them will kick them into the future, I find hitting run now doesn't normally get them working properly. It will run them though.

bartek24m
05-27-2013, 11:01 PM
thanks to point me in the right direction

i repair table "cron" and then edit one of task, and everything is now ok :)