Hi,
I get this message, when I create a new queue with attachment count:
[SELECT COUNT(*) FROM (SELECT A1.ticket_id
FROM ost_ticket
A1 JOIN ost_form_entry
A2 ON (A2.object_type
= 'T' AND A1.ticket_id
= A2.object_id
) LEFT JOIN ost_form_entry_values
A3 ON (A2.id
= A3.entry_id
AND A3.field_id
= 337) WHERE A1.topic_id
= 25 AND A1.topic_id
= 25 AND A1.topic_id
= 25 AND A3.value
= '1' AND A1.attachment_count
> 0) __]
Unknown column 'A1.attachment_count' in 'where clause'
osTicket v1.16.3 (e148727)
Webserver Apache/2.4.51 (Unix)
MySQL 10.3.32
PHP 8.0.17