Hi all,
Spun up a fresh install on Ubuntu 22 with the script and get to the initial setup screen all good. When putting in the DB details and clicking next, it's just a blank page. Hitting the back button, takes me to the DB setup page but now says it's been setup and to change the config.php. Manually clicking the user and filling that in, also give me a blank page. Looking at the Apache logs and getting the following:
[Fri Feb 23 23:19:29.294705 2024] [php:error] [pid 26141] [client x.x.x.x:41370] PHP Fatal error: Uncaught mysqli_sql_exception: Key column 'id' doesn't exist in table in /var/www/itflow.domain.com/setup.php:86\nStack trace:\n#0 /var/www/itflow.domain.com/setup.php(86): mysqli_query()\n#1 {main}\n thrown in /var/www/itflow.domain.com/setup.php on line 86, referer: https://itflow.domain.com/setup.php?database
[Fri Feb 23 23:22:51.249664 2024] [php:error] [pid 26141] [client x.x.x.x:54890] PHP Fatal error: Uncaught mysqli_sql_exception: Table 'itflow.users' doesn't exist in /var/www/itflow.domain.com/setup.php:107\nStack trace:\n#0 /var/www/itflow.domain.com/setup.php(107): mysqli_query()\n#1 {main}\n thrown in /var/www/itflow.domain.com/setup.php on line 107, referer: https://itflow.domain.com/setup.php?user
I've seen about the php modules, but feels like it is connecting to the DB and i've verified I was able to get in to the DB with the credentials provided by the script. Any insight would be appreciated!