Did you hard delete them or soft delete them? Only soft deleted ones will be shown and you can check the database if you have any by running the following:
Code:
SELECT *
FROM xf_nixfifty_ticket
WHERE discussion_state = 'deleted'
LIMIT 1
This'll kick back one record if you do actually have soft deleted tickets. If it does, then there's a possible bug here and if not, everything is fine.
I'm still not able to reproduce this on any of the sites I have tickets installed on. I can only assume they were hard deleted. I'm willing to look in to it further for you but would need a dump of the ticket and ticket message tables.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.