View Single Post
A1m1
New Member
Join Date: Nov 2016
Old 02-20-2023 , 01:40   Re: admin page not working - PHP8
Reply With Quote #3

Quote:
Originally Posted by CrazyKermitRubes View Post
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);
Old constructor names are not supported. Examples: pChart, search, admin, options, ventrilostatus

I recommend to use my repository as i fixed a lot of things for php8/mysql8
A1m1 is offline