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

3 bugfix #475

Closed max951 closed 2 months ago

max951 commented 6 months ago

1. Error: No database selected see https://github.com/craigk5n/webcalendar/issues/471

2. Fatal error: Uncaught TypeError: Cannot assign null to property Event::$_dueDate of type string in month.php

3. Fixed display error in the Close button of the modal dialog

craigk5n commented 5 months ago

Thanks for the bug fixes 👍

sahal commented 2 months ago

I can confirm that this works for me. Is this something that can be merged in? I think it might solve some of the other install issues others are facing based on other open issues on this project.