MyBB Community Forums

Full Version: Tasks Not Running?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Sorry, psoted that in the wrong head *doh*. I'll come back to your thread in just a second.
Oh no problem! Toungue

Thanks Smile

~ David
Odd. I can't see any reason why tasks wouldn't be running from here. Could you provide a temporary admin account?
Also, there seems to be something wrong with your theme - I'm getting a 403 forbidden on your CSS file.
pm'ed

Thanks Smile

~ David
Looking at the task listings, they all have incorrect next run dates set. Could you try running this query so the next run time for every task will be set to run in 10 minutes from writing this post.

UPDATE mybb_tasks SET `nextrun` = '1334004864',  `nextrun` = NOW() WHERE 1

then we can see if they get run or not.
Ran the query

Thanks Smile

~ David
Seems I got the timestamp wrong. The task now says it's next run should be about 10 minutes ago. Run this query instead:

UPDATE mybb_tasks SET `nextrun` = '1334002239',  `nextrun` = NOW() WHERE 1;
Ran that query, sorry being very slow for me today Toungue

Thanks Smile

~ David
No problem. Now it's just a waiting game till the next run time passes Wink I'll check back in later and see if they ran or not. If they didn't I'll have to try work out why.
Pages: 1 2 3 4