UTStatsDB version 3.10
Operating system and version windows11 and also Debian 12
Database type and version 15.1 Distrib 10.11.11-MariaDB sqli
PHP version 8.2.28
Web server and version apache 2.4.62
Unreal Tournament version ut99 v469e
Stat logger type and version ut99 logger
I can install apache, php, mariadb sqli no problem and works perfectly with Windows and Debian with phpmyadmin and phpinfo
But both OS's come up with the error below when I try to open the http://localhost/utstats/admin.php
The admin.php page does not initialize the first time I'm logging in.
It looks to me like it is trying to access a table utstatsdb.ut_config without initialising first.
Any advise?
Error:
Fatal error: Uncaught mysqli_sql_exception: Table 'utstatsdb.ut_config' doesn't exist in /var/www/utstats/includes/logsql.php:176 Stack trace: #0 /var/www/utstats/includes/logsql.php(176): mysqli_query(Object(mysqli), 'SELECT value FR...') #1 /var/www/utstats/admin.php(534): sql_queryb(Object(mysqli), 'SELECT value FR...') #2 /var/www/utstats/admin.php(209): loadpass() #3 {main} thrown in /var/www/utstats/includes/logsql.php on line 176