craigk5n / webcalendar

WebCalendar is a PHP application used to maintain a calendar for a single user or an intranet group of users. It can also be configured as an event calendar.
http://www.k5n.us/webcalendar.php
GNU General Public License v2.0
153 stars 75 forks source link

send-reminders.php - Warnings on a fresh install #347

Open bacanol opened 1 year ago

bacanol commented 1 year ago

Hello, I am a fan of this piece of software as it really hits the point in my scenario.

I just moved to a new server and a new (current) version of the webcalendar. Now I am facing two error messages from the send_reminders.php command:


PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/cal/includes/xcal.php on line 201
PHP Warning:  time() expects exactly 0 parameters, 3 given in /var/www/vhosts/cal/tools/send_reminders.php on line 170

Can you please direct me, what may be missing/wrong here?

Thank you and best regards, Nico