Hello All,
I'm getting the #2 notification as well. (version 2.0.2)
In the 'automated_backups.php' file, the following line appears:
if (!empty($CFG->showcrondebugging)) {
$CFG->debug = DEBUG_DEVELOPER;
$CFG->debugdisplay = true;
Will the error messages not be produced any more if I adjust the value to 'false'? My backups are currently scheduled for every five minutes.
Thanks in advance for any advice.