View Single Post
Author Message
CrazyKermitRubes
Junior Member
Join Date: Sep 2020
Old 02-18-2023 , 08:55   admin page not working - PHP8
Reply With Quote #1

I am running hlstatsx CE 1.7.0 with PHP 8 and MYSQL 8.
I attempted to fix a couple PHP errors found in issues on the github repo, but then I got a blank page instead of admin login page. I cannot find any errors or anything in any logs, so I'm not sure what to look at.

My guess is something is going on with the PHP, but if logging is turned on, I'm not sure what to check.

I added this to see errors:
ini_set('display_errors', 'On');
ini_set('html_errors', 0);
error_reporting(-1);
Attached Thumbnails
Click image for larger version

Name:	hlstastsx-adminlogin.PNG
Views:	163
Size:	11.1 KB
ID:	199650  
CrazyKermitRubes is offline