We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: