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
148 stars 70 forks source link

Will webcalendar work with php ver 8.2 #400

Closed dbetts22 closed 10 months ago

dbetts22 commented 10 months ago

Upgraded php to ver 8.2 from 7.4 at my current hosting provider. Now webcalender won't even show on my browser. Will it work with ver 8.2?

bbannon commented 10 months ago

PHP 8.2 has deprecated and/or removed several functions that WebCalendar used. We're working on it, but it's gonna take awhile.

On Tue, Aug 29, 2023 at 5:37 AM dbetts22 @.***> wrote:

Upgraded php to ver 8.2 from 7.4 at my current hosting provider. Now webcalender won't even show on my browser. Will it work with ver 8.2?

— Reply to this email directly, view it on GitHub https://github.com/craigk5n/webcalendar/issues/400, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHJ7GLVEJPLD5XNWCPTEEJ3XXXPAPANCNFSM6AAAAAA4C4JWDY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

craigk5n commented 10 months ago

The latest code in git "master" and v1.9.6 have been tested against PHP 8.2. I'm sure testing has not caught everything, but you should at least be able to get most things working. If you find any issues, create a new bug report.