Forums | Mahara Community
Support
/
Cron problem
12 October 2017, 7:03
Hi all,
we have a site, 16.04.2, and its working, but the cron is not running. When i try to run the cron.php, its say: "A nonrecoverable error occurred. This probably means you have encountered a bug in the system"
any idea?
12 October 2017, 8:38
Hi Laszló
You could try adding / changing the productionmode in your config.php file
$cfg->productionmode = false;
Run the log and hopefully you will get more info in your error log as to what is going wrong
Then change back to
$cfg->productionmode = true;
If you need help on the error output - paste it in and I'll take a look
Cheers
Robert
14 October 2017, 5:34
Hi Robert,
thank you the quick help, that was the problem, from last update that was in true.
I just changed to false, and everything is ok.
Thank you again,
Verry, verry much
Bests,
László