Hi, I have the following problem in version 1.8.1... just in some tickets created via email this happens in Phone field and the ticket thread is not shown:Fatal error: Uncaught exception
'Exception' with message 'Incorrect arguments to mysql_stmt_execute' in
/home/globalw8/public_html/ayuda/include/class.orm.php
Stack trace:
#0 /home/globalw8/public_html/ayuda/include/class.orm.php(939):
MysqlExecutor->next()
#1 /home/globalw8/public_html/ayuda/include/class.orm.php(373):
MysqlExecutor->getArray()
#2 /home/globalw8/public_html/ayuda/include/class.orm.php(384):
ModelInstanceIterator->fillTo(9223372036854775807)
#3 /home/globalw8/public_html/ayuda/include/class.orm.php(296):
ModelInstanceIterator->asArray()
#4 /home/globalw8/public_html/ayuda/include/class.user.php(184):
QuerySet->all()
#5 /home/globalw8/public_html/ayuda/include/class.user.php(128):
User->getDynamicData()
#6 : User->getPhoneNumber()
#7 /home/globalw8/public_html/ayuda/include/class.client.php(182):
call_user_func(Array)
#8 : EndUser->__call('getPhoneNumber', Array)
#9 : EndUser->getPhoneNumber()
#10 /home/globalw8/public_html/ayuda/include/class.cl in /home/globalw8/public_html/ayuda/include/class.orm.php on line 920It only happens in SOME tickets (always created via email) and some others created via email do not have this problem. I tried to apply the getPhoneNumber() fix explained here: https://github.com/osTicket/osTicket-1.8/issues/526 and it did not work (I deleted all the tickets, poll the same emails via IMAP and again the same error in the same emails/tickets).My system is:osTicket Version v1.8.1Server Software Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/1.0.0-fips mod_bwlimited/1.4PHP Version 5.3.17MySQL Version 5.0.96