There’s an error with setting the time in class.add-from-server.php.
to fix this do these 2 edits:
Around Line 160
// Initially, Base it on the -current- time.
//$time = time(); – COMMENT OUT OR DELETE THIS LINE
$time=current_time(“Y/m”); // ADD THIS LINE
Line 309
// Construct the attachment array
$time = time(); // ADD THIS LINE
$attachment = [
thanks,
James @ startnet.co.uk