Hello, recently I have upgraded our osTicket from 1.10 to 1.14.1 and everything is pretty much working fine, except we noticed that when trying to change the SLA plan on a ticket the site returns an http 500 error. So I had a look into the error logs and found multiple errors of two kinds:
[Fri Apr 17 14:31:54.231331 2020] [negotiation:error] [pid 9637] [client 192.168.100.202:54121] AH00687: Negotiation: discovered file(s) matching request: /var/www/oTicket/tickets (None could be negotiated)., referer: https://ticket.wak-sh.de/scp/tickets.php?id=4237
[Fri Apr 17 15:05:22.797200 2020] [php7:error] [pid 28778] [client 192.168.100.205:58534] PHP Fatal error: Uncaught Exception: DateInterval::construct(): Unknown or bad format (PT6.048E+5S) in /var/www/oTicket/include/class.sla.php:62\nStack trace:\n#0 /var/www/oTicket/include/class.sla.php(62): DateInterval->construct('PT6.048E+5S')\n#1 /var/www/oTicket/include/class.ticket.php(542): SLA->addGracePeriod(Object(DateTime), NULL)\n#2 /var/www/oTicket/include/class.ticket.php(553): Ticket->getSLADueDate(true)\n#3 /var/www/oTicket/include/class.ticket.php(3720): Ticket->updateEstDueDate()\n#4 /var/www/oTicket/scp/tickets.php(285): Ticket->update(Array, Array)\n#5 {main}\n thrown in /var/www/oTicket/include/class.sla.php on line 62, referer: https://ticket.wak-sh.de/scp/tickets.php?id=4278&a=edit
Any idea what could be causing this?