Ok so I updated to PHP 8.2 with "sudo apt install php8.2" but now getting this error
PHP Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in /var/www/support.simpos.ca/config.php:7
Stack trace:
#0 /var/www/support.simpos.ca/cron_ticket_email_parser.php(14): require_once()
#1 {main}
thrown in /var/www/support.simpos.ca/config.php on line 7
Seems like the PHP extensions did not enable and/or update, anybody have any ideas how to resolve this?