MyBB Community Forums

Full Version: Task Scheduler Problems - Closed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a problem with the task scheduler, it does not work. I have many tasks that are saying the next run is to be December 16, 2012. Yesterday I manually ran my RSS feed poster, that is the only way it gets run if I do it manually from the task scheduler. Is there an setting that can be set for it to do an catch up when it misses the scheduled time.

Thank you for your reply in advance.
You are likely to have any incorrect settings for task. Can you print screen that task's settings/edit task page?
(2012-12-25, 07:11 PM)crazy4cs Wrote: [ -> ]You are likely to have any incorrect settings for task. Can you print screen that task's settings/edit task page?

I have attached the image for the rss task, besides this one all the other tasks in the task scheduler do not run. The others are all at there default settings that the installer set at install time.

Thanks in advance for your assistance.
Paste your footer template here, you may be missing the code that triggers the tasks.
(2012-12-25, 07:38 PM)MattRogowski Wrote: [ -> ]Paste your footer template here, you may be missing the code that triggers the tasks.
This is the footer from Striker Destiny the theme that I am using.
Log Pruning & Mass Mail are the only ones that have done anything.

Thank in advance for your assistance.

<br />
<div class="bottommenu">
<div class="float_right">{$lang_select}</div>
<div>
<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
</div>
</div>
</div>
<hr class="hidden" />
<div id="copyright">
<div id="debug"><span style="color: #ffffff;"><debugstuff></span></div>
<!-- MyBB is free software developed and maintained by a volunteer community.
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
to show your support for MyBB. If you choose to remove or modify the copyright below,
you may be refused support on the MyBB Community Forums.

This is free software, support us and we'll support you. -->

Theme by <a href="mailto:[email protected]" target="_blank"><span style="color: #ffffff;"><strong>XxSky DreamerxX</strong></span></a>.<br />
{$lang->powered_by} <a href="http://mybb.com/" target="_blank"><span style="color: #ffffff;">MyBB{$mybbversion}</span></a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank"><span style="color: #ffffff;">MyBB Group</span></a>.<br />
<!-- End powered by -->
<br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE --><span style="color: #ffffff;">{$task_image}</span><!-- End task image code -->
<span style="color: #ffffff;">{$auto_dst_detection}</span>
</div>
</div>
The template seems to be fine. But please note that for the task to run/trigger, someone has to be active on your board at that time. If no one is present on the board (no matter what page it is unless it doesn't have footer template included), the task will not run I believe.
(2012-12-26, 05:43 AM)crazy4cs Wrote: [ -> ]The template seems to be fine. But please note that for the task to run/trigger, someone has to be active on your board at that time. If no one is present on the board (no matter what page it is unless it doesn't have footer template included), the task will not run I believe.


Lets assume an task is to be run the next time at 10:30pm on December 24, 2012; no one is on the site until December 27, 2012. Are you saying that it will never run again by the task scheduler once it is missed on the scheduled time? If this is the case then there is an serious problem in how MyBB handles an scheduling case as I just presented.