Hello everyone. i updated osticket 1.10.1 to 1.10.4 but advanced search by date not working how can i fix this error?
@ntozier help??
osticket v1.10.4 advanced search not working how can fix?
i have osticket v1.10.4 and php v7.0.32 and mysql5.6.40
somebody else?
Azaa I just tested using the same ver. of osTicket and PHP got same issue
after clearing cookies, then able to log back in, otherwise, it gives an error HTTP 500
Fix for this is: https://github.com/osTicket/osTicket/pull/4014
Line 2032 in include/class.forms.php: replacing: : $value;
with: : (is_object($value) ? $value : new DateTime($value));
Thanks to: JediKev
ramrajone thank you so much.
Asking the devs to take a look at this thread.