The Cron Manager on our system currently has Running Status set to 'No'. How can this be reactivated again? It is not obvious where I can do this…
Pretty sure this just means that it is not running cron jobs at the moment. Since it runs every 15 min, you were not checking that on the 15 min mark. So, your cron should be working fine even if it saying running "no".
No, that doesn't appear to be the case. I want to be able to use the 'Future Status' feature and that does not appear to be working at the moment.
[quote]
No, that doesn't appear to be the case. I want to be able to use the 'Future Status' feature and that does not appear to be working at the moment.
[/quote]
Nic is right regarding the status as it is shown at the point of running, however if Cron Jobs cannot be scheduled I would recommend checking your crontab to ensure that it contains an entry as follows:
*/15 * * * * php /home/websites/mysource_matrix/core/cron/run.php
(The Matrix path should match the System Root of your system)
If it is not configured as such already, the Cron Manager may need to be configured with an "Epoch" and "Refresh Time" which co-incides with the crontab frequency. For example, a time set to one of the 15-minute marks should set you right for a crontab with a 15-minute frequency.
This ensures that Matrix is setting the expected "Next Run" time when clicking this button.