F Fellowsfilm Mar 1, 2021 #1 XF\Db\Exception: MySQL query error [1364]: Field 'allowed_user_group_ids' doesn't have a default value in src/XF/Db/AbstractStatement.php at line 228
XF\Db\Exception: MySQL query error [1364]: Field 'allowed_user_group_ids' doesn't have a default value in src/XF/Db/AbstractStatement.php at line 228
Naz Staff member Apr 10, 2021 #2 There is no allowed_user_group_ids field anymore and there hasn't been for some time. Run this query to get rid of it: SQL: ALTER TABLE xf_nf_tickets_ticket_field DROP COLUMN allowed_user_group_ids;
There is no allowed_user_group_ids field anymore and there hasn't been for some time. Run this query to get rid of it: SQL: ALTER TABLE xf_nf_tickets_ticket_field DROP COLUMN allowed_user_group_ids;