Upgrading to 1.10 I get a weird blank Mailer Error (refer to screenshot attached).
I have both of those tables. Running a fresh upgrade off a new database backup I was getting a bunch of errors saying there was duplicate tables and columns. I was able to suppress them by removing the columns and tables. But now i'm stuck on the following error:
[INSERT INTO ost_thread (object_id, object_type, created) SELECT t1.ticket_id, 'T', t1.created FROM ost_ticket_thread t1 JOIN ( SELECT ticket_id, MIN(id) as id FROM ost_ticket_thread WHERE thread_type = 'M' GROUP BY ticket_id ) t2 ON (t1.ticket_id=t2.ticket_id and t1.id=t2.id) ORDER BY t1.created] Table 'osticketdb.ost_ticket_thread' doesn't exist.
I don't recall renaming/deleting that table while running the upgrade at all.
