POP 3 Fetching are active but not work.. if i receve a new email a ticket is not opened.
So activated debug and when i run the pop fetching page php file i see this error log:
Impossibile eseguire SQL: SELECT `t1`.`id`,`t1`.`user`,`t1`.`name`, `t1`.`email`, `t1`.`language`, `t1`.`isadmin`, `t1`.`categories`, `t1`.`notify_assigned`, `t1`.`heskprivileges`, (SELECT COUNT(*) FROM `hesk_tickets` FORCE KEY (`statuses`) WHERE `owner`=`t1`.`id` AND `status` IN (SELECT `ID` FROM `hesk_statuses` WHERE `IsClosed` = 0) ) as `open_tickets` FROM `hesk_users` AS `t1` WHERE `t1`.`autoassign`='1' ORDER BY `open_tickets` ASC, RAND()
Errore MySQL:
Key 'statuses' doesn't exist in table 'hesk_tickets'
Also if i try to reinstall Hesk, unistall and reinstall it's impossibile because it will be blocked as the image below:

Please how can I fix?
Thanks.