webcalendar icon indicating copy to clipboard operation
webcalendar copied to clipboard

Categories cannot be added even if it is enabled in settings

Open Szirenke opened this issue 1 year ago • 4 comments

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?

Szirenke avatar May 02 '24 13:05 Szirenke

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

mada0068 avatar May 11 '24 10:05 mada0068

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

Szirenke avatar May 17 '24 09:05 Szirenke

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

Thanks a lot!

Szirenke avatar May 17 '24 09:05 Szirenke

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.

Szirenke avatar May 17 '24 09:05 Szirenke

I just made two changes to help with categories. Hopefully, this is fixed now. If not, please reopen this issue.

craigk5n avatar Aug 31 '24 18:08 craigk5n