Summary:
Custom fields can’t be added after import of CGCalendar settings
Detailed Description:
So, in CGCalendar, adding a custom field doesn’t work when using PHP 8,
apparently. Now, if I import CGCalendar settings to Khronos and try to add a
custom field, the same issue is happening here. In a clean install of Khronos,
adding custom fields works, but not after importing CGCalendar settings. It
looks like the table columns of the cms_module_khronos_fields table are
different than in cms_module_cgcalendar_fields, and it’s copying the CGCalendar
fields table literally, so there is a mismatch.