On another PC, I finally fixed the authentication issue.
I found the following errors in the error log;
`
[23-Jan-2023 03:44:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function Laminas\Mail\Transport\mail() in /home/public_html/destek/include/laminas-mail/src/Transport/Sendmail.php:297
Stack trace:
#0 [internal function]: Laminas\Mail\Transport\Sendmail->mailHandler('=?utf-8?Q?Emre=...', '=?UTF-8?Q?Talep...', 'This is a messa...', 'Date: Mon, 23 J...', ' -f'destek@rapi...')
#1 /home/ public_html/destek/include/laminas-mail/src/Transport/Sendmail.php(136): call_user_func(Array, '=?utf-8?Q?Emre=...', '=?UTF-8?Q?Talep...', 'This is a messa...', 'Date: Mon, 23 J...', ' -f'destek@rapi...')
#2 /home/ public_html/destek/include/class.mail.php(736): Laminas\Mail\Transport\Sendmail->send(Object(osTicket\Mail\Message))
#3 /home/ public_html/destek/include/class.mailer.php(637): osTicket\Mail\Sendmail->sendMessage(Object(osTicket\Mail\Message))
#4 /home/ public_html/destek/include/class.email.php(235): osTicket\Mail\Mailer->send(Array, 'Talep Atanma Bi...', ' <h3><strong>Se...', Array, Array)
#5 /home/ public_html/destek/include/class.email.php(245): Email->send(Object(Staff), 'Talep Atanma Bi...', ' <h3><strong>Se...', NULL, Array)
#6 /home/ public_html/destek/include/class.ticket.php(2110): Email->sendAlert(Object(Staff), 'Talep Atanma Bi...', ' <h3><strong>Se...', NULL, Array)
#7 /home/ public_html/destek/include/class.ticket.php(2909): Ticket->onAssign(Object(Staff), '', Array)
#8 /home/ public_html/destek/include/ajax.tickets.php(838): Ticket->assign(Object(AssignmentForm), Array)
#9 /home/ public_html/destek/include/class.dispatcher.php(153): TicketsAjaxAPI->assign('2895', 'agents')
#10 /home/ public_html/destek/include/class.dispatcher.php(40): UrlMatcher->dispatch('2895/assign/age...', Array)
#11 /home/ public_html/destek/include/class.dispatcher.php(122): Dispatcher->resolve('2895/assign/age...', Array)
#12 /home/ public_html/destek/include/class.dispatcher.php(40): UrlMatcher->dispatch('/tickets/2895/a...', NULL)
#13 /home/ public_html/destek/scp/ajax.php(326): Dispatcher->resolve('/tickets/2895/a...')
#14 {main}
thrown in /home/ public_html/destek/include/laminas-mail/src/Transport/Sendmail.php on line 297
[23-Jan-2023 03:47:07 UTC] PHP Fatal error: Uncaught Error: Call to undefined function Laminas\Mail\Transport\mail() in /home/public_html/destek/include/laminas-mail/src/Transport/Sendmail.php:297
Stack trace:
#0 [internal function]: Laminas\Mail\Transport\Sendmail->mailHandler('=?utf-8?Q?Emre=...', '=?UTF-8?Q?Dahil...', 'This is a messa...', 'Date: Mon, 23 J...', ' -f'destek@rapi...')
#1 /home/public_html/destek/include/laminas-mail/src/Transport/Sendmail.php(136): call_user_func(Array, '=?utf-8?Q?Emre=...', '=?UTF-8?Q?Dahil...', 'This is a messa...', 'Date: Mon, 23 J...', ' -f'destek@rapi...')
#2 /home/public_html/destek/include/class.mail.php(736): Laminas\Mail\Transport\Sendmail->send(Object(osTicket\Mail\Message))
#3 /home/public_html/destek/include/class.mailer.php(637): osTicket\Mail\Sendmail->sendMessage(Object(osTicket\Mail\Message))
#4 /home/public_html/destek/include/class.email.php(235): osTicket\Mail\Mailer->send(Array, 'Dahili Not Bild...', '<div style="dis...', Array, Array)
#5 /home/public_html/destek/include/class.email.php(245): Email->send(Object(Staff), 'Dahili Not Bild...', ' <h3><strong>Me...', NULL, Array)
#6 /home/public_html/destek/include/class.ticket.php(2031): Email->sendAlert(Object(Staff), 'Dahili Not Bild...', ' <h3><strong>Me...', NULL, Array)
#7 /home/public_html/destek/include/class.ticket.php(1810): Ticket->onActivity(Array)
#8 /home/public_html/destek/include/class.ticket.php(3384): Ticket->onResponse(Object(ResponseThreadEntry), Array)
#9 /home/public_html/destek/scp/tickets.php(220): Ticket->postReply(Array, Array, 13)
#10 {main}
thrown in /home/public_html/destek/include/laminas-mail/src/Transport/Sendmail.php on line 297
`
There are also hundreds of PHP Deprecated warnings in the Error log;