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

Categories cannot be added even if it is enabled in settings #487

Open Szirenke opened 2 months ago

Szirenke commented 2 months ago

Hi,

After the #471 fix webcalnder now is running however I cannot add categories even if it is enabled in settings together with icons.

Is there hard coded setting for this in a .php file I could flip?

mada0068 commented 1 month ago

I have had the same problem. I have detected that the last change for postgress compatibility has broken the mysql process. I have changed the line 73 to the previous version (changing '' by "" in cat_owner) and it works

Szirenke commented 1 month ago

Hi, thanks. which file have you modified at line 73?

Szirenke commented 1 month ago

Sorry, I see now. I edited the category_handler.php and it works now!

Thanks a lot!

Szirenke commented 1 month ago

Hi again right now it seems that I can add a category but it is not used when making a booking and it does not display anything when I sort it as a new category.