I am getting a white screen for the index.php page
I have enabled error logging and reporting and there are zero errors thrown
Even went as far as to put the following in the code
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
Still nothing. Database is correct, have the proper settings/configs
PHP 8.1.18
Apache/2.4.53 (Rocky Linux)
mariadb Ver 15.1 Distrib 10.5.16-MariaDB
Any direction/help would be great.
I am getting a white screen for the index.php page
I have enabled error logging and reporting and there are zero errors thrown
Even went as far as to put the following in the code
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
Still nothing. Database is correct, have the proper settings/configs
PHP 8.1.18
Apache/2.4.53 (Rocky Linux)
mariadb Ver 15.1 Distrib 10.5.16-MariaDB
Any direction/help would be great.