in a Dev VM I have upgraded from OsTicket from v1.14 to v1.16 successfully but when attempting to then upgrade from v1.16 to v1.17, it's failing and reporting:
Upgrade Aborted!
Upgrade aborted due to errors. Any errors at this stage are fatal.
When I check the System logs:
DB Error #1054
[SELECT A1.* FROM ost_email_account
A1 WHERE A1.type
= 'smtp' AND A1.type
= 'smtp' AND A1.email_id
= 6] Unknown column 'A1.type' in 'where clause'<br /> <br /> ---- Backtrace ----<br /> #0 (root)/include/mysqli.php(201): osTicket->logDBError()<br /> #1 (root)/include/class.orm.php(3468): db_query()<br /> #2 (root)/include/class.orm.php(3515): MySqlExecutor->execute()<br /> #3 (root)/include/class.orm.php(2001): MySqlExecutor->getArray()<br /> #4 (root)/include/class.orm.php(2045):
Could you please give me a few pointers on how to proceed?