Here is my apache2 error.log
[Mon May 13 20:43:40.772966 2024] [php:error] [pid 1054] [client 100.64.0.42:38232] PHP Fatal error: Uncaught TypeError: mysqli_fetch_assoc(): Argument #1 ($result) must be of type mysqli_result, bool given in /var/www/html/itflow/check_login.php:77\n
Stack trace:\n#0 /var/www/html/itflow/check_login.php(77): mysqli_fetch_assoc()\n#1 /var/www/html/itflow/inc_all.php(7): require_once('...')\n#2 /var/www/html/itflow/index.php(4): include('...')\n#3 {main}\n thrown in /var/www/html/itflow/check_login.
php on line 77, referer: https://itflow.*******.net/itflow/login.php?last_visited=L2l0Zmxvdy8=
[Mon May 13 20:43:54.457431 2024] [php:error] [pid 1528] [client 100.64.0.42:36034] PHP Fatal error: Uncaught TypeError: mysqli_fetch_assoc(): Argument #1 ($result) must be of type mysqli_result, bool given in /var/www/html/itflow/check_login.php:77\n
Stack trace:\n#0 /var/www/html/itflow/check_login.php(77): mysqli_fetch_assoc()\n#1 /var/www/html/itflow/inc_all.php(7): require_once('...')\n#2 /var/www/html/itflow/index.php(4): include('...')\n#3 {main}\n thrown in /var/www/html/itflow/check_login.
php on line 77
The Login Page loads and i try to login then it send me to https://itflow.*******.net/itflow/itflow and i get that error 500
This is my config.php base url line. Not sure where it is getting the extra /itflow after the login page.
$config_base_url = 'itflow.*******.net/itflow';