Dear Community,
I have had the following problem for 2 weeks now;
When I assign a ticket to a department different from the default department, and then want to send a status update to the customer, I get an http error 500 and the customer receives no notification. However, as soon as this ticket is reassigned to the default department, everything works fine again.
I have already tested several possibilities, such as extending the max_execution in the php.ini, but everything has brought nothing...
Information about my installation:
Server: Ubuntu 22.04.3 LTS x86_64
osTicket: v1.17.3 (ca95150)
PHP -V: PHP 8.0.30 (cli) (built: Sep 2 2023 08:05:13) ( NTS ) | Zend Engine v4.0.30
web server: Apache/2.4.52 (Ubuntu)
MySQL: 10.6.12
More see image below
Attached are also the apache2_error.log and osticket_error.log files...
I really hope that someone can help me here...
I look forward to solution suggestions
Many greetings
Davokin
EDIT: Attachments are not allowed, here are the contents of the logs:
apache2_error.log
PHP Warning: Module "curl" is already loaded in Unknown on line 0
[Wed Sep 27 09:27:02.897498 2023] [mpm_prefork:notice] [pid 47299] AH00163: Apache/2.4.52 (Ubuntu) configured -- resuming normal operations
[Wed Sep 27 09:27:02.897508 2023] [core:notice] [pid 47299] AH00094: Command line: '/usr/sbin/apache2'
osticket_error.log
[Wed Sep 27 11:44:14.311375 2023] [php:error] [pid 199814] [client 10.250.80.145:55318] PHP Fatal error: Uncaught Error: Call to undefined method SmtpAccount::getName() in /var/www/osTicket/upload/include/class.mailer.php:596\nStack trace:\n#0 /var/www/osTicket/upload/include/class.email.php(235): osTicket\Mail\Mailer->send()\n#1 /var/www/osTicket/upload/include/class.email.php(245): Email->send()\n#2 /var/www/osTicket/upload/include/class.ticket.php(2031): Email->sendAlert()\n#3 /var/www/osTicket/upload/include/class.ticket.php(1810): Ticket->onActivity()\n#4 /var/www/osTicket/upload/include/class.ticket.php(3384): Ticket->onResponse()\n#5 /var/www/osTicket/upload/scp/tickets.php(220): Ticket->postReply()\n#6 {main}\n thrown in /var/www/osTicket/upload/include/class.mailer.php on line 596, referer: https://subdomain.domain.de/scp/tickets.php?id=8432
