Thanks @ntozier but that doesn't work. Not an issue because I can live with that. A bigger problem started today when I wanted to install PhpMyadmin and the whole thing broke. The websites wouldn't work and I quickly uninstalled phpmyadmin. Retained package db-common
The error i see in /var/log/nginx/error.log
2021/07/10 12:25:59 [error] 950#950: *23 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function _S() in /var/www/osticket/upload/include/class.mailer.php:612
Stack trace:
#0 /var/www/osticket/upload/include/class.mailer.php(632): Mailer->send()
#1 /var/www/osticket/upload/bootstrap.php(316): Mailer::sendmail()
#2 /var/www/osticket/upload/bootstrap.php(201): Bootstrap::croak()
#3 /var/www/osticket/upload/main.inc.php(28): Bootstrap::connect()
#4 /var/www/osticket/upload/client.inc.php(21): require_once('/var/www/ostick...')
#5 /var/www/osticket/upload/index.php(16): require('/var/www/ostick...')
#6 {main}
thrown in /var/www/osticket/upload/include/class.mailer.php on line 612" while reading response header from upstream, client: 172.25.1.1, server: support.konspec.in, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "support.konspec.in:6443"
I can't believe this could get so messed up with an install/uninstall of PhpMyadmin. I checked the php.ini
for php7.4 files in the 3 directories and they are fine. I only have 1 version of php which 7.4.
Could you please let me know what is the issue?