- Edited
Apache/2.4.9 (Server 2008 R2 Win64) PHP/5.5.12Hi,Been using osTicket for several months now, a few bugs here and there but it's been working great for our purposes.One thing we commonly do is search for a customer by their ID number - a 7 digit number.This function never produced results in 1.9.3 when just typing the ID into the search box. However, when clicking "advanced" and then searching for the ID number it always produced the expected result - it worked well.Since upgrading to 1.9.4 the only search function that I've managed to get to work is by date range - everything else produces no results.The relevant error in PHP log is below, one thing I don't understand is why it shows the timezone as being europe/paris despite it being set to USA/LA. Other errors before it have the correct timezone and I know I'm editing the correct php.ini because of what shows in phpinfo.Couple side problems:Why do some fields appear in advanced search and not others? As an example, I have 2 custom fields added to the same form "Project Lead" and "Customer ID"ID is a short number entry and Project Lead is a list. In advanced search I have a nice field for project lead but not for ID number. Why?The animation that plays when saving a collaborator in 1.9.4 is a bit jarring - i've had several complaints from users. Any way to disable that? PHP Fatal error: Uncaught exception 'Exception' with message 'Unable to index content' in C:\wamp\www\include\class.search.phpStack trace:#0 C:\wamp\www\include\class.search.php(512): MysqlSearchBackend->__index(Array)#1 : MysqlSearchBackend->IndexOldStuff(Array, NULL)#2 C:\wamp\www\include\class.signal.php(98): call_user_func_array(Array, Array)#3 C:\wamp\www\include\class.cron.php(108): Signal:('cron', Array)#4 C:\wamp\www\include\api.cron.php(19): Cron->run()#5 C:\wamp\www\include\api.cron.php(40): CronApiController->run()#6 C:\wamp\www\api\cron.php(23): LocalCronApiController:()#7 {main} thrown in C:\wamp\www\include\class.search.php on line 612