I updated to 1.10.4 this morning. No upgrade process appeared to run.
I am trying to add a comment to a ticket.
osTicket settings:
CURRENT_TIMESTAMP , UTC_TIMESTAMP, TIMESTAMPDIFF(
SECOND , UTC_TIMESTAMP, NOW( ) ) ;
IST - SYSTEM - 2018-09-04 11:52:26 - 2018-09-04 11:52:26 - 2018-09-04 10:52:26 - 3600
My system clock matches 11:52:26.
ost-config.php has:
# Set default timezone.
date_default_timezone_set('Asia/Jerusalem');
ini_set('date.timezone', 'Asia/Jerusalem');
#date_default_timezone_set('Europe/Dublin');
#ini_set('date.timezone', 'Europe/Dublin');
#ini_set('date.timezone', 'IST');
I have previously used Europe/Dublin because that is where I am.
I also get the message:
"Your lock is expiring soon.
The lock you hold on this ticket will expire soon. Would you like to renew the lock?"
At the top of the ticket page.
There are no errors in Chrome console.