I have seen someone else asking questions about the same error:
"Error when the server runs cron stating no such file or directory at /.../.../www/cgi-bin/calendarscript/plugins/csremind/csr_run.pl line 57."
Line 57 would be the instruction:
open (REMINDERS, "+>>$csreminderfile") or die "Unable to open file: $!";
the $csreminderfile is set earlier in the code to
$csreminderfile = "data/cs_reminders.pl";
and, of course, I do have such a directory and file (full of events to be sent).
can anyone hint on where the issue is?
thanks