btssn
v1.17.3 only supports PHP 8.0 - 8.1 currently. As for why you get a blank page, there is no way to tell until you check your logs (general server logs, webserver error logs, PHP error logs, MySQL/MariaDB error logs, osTicket System Logs, Browser Console logs, etc.) for any related errors. You can also open your bootstrap.php
file and set display_errors
and display_startup_errors
to 1
and reload the page.
Cheers.