Claim your Biolink Click Here
0 like 0 dislike
705 views
in Education & Reference by | 705 views

1 Answer

0 like 0 dislike

If error logging was enabled, you would see a fatal error message appear on the screen, but because logging is disabled you only see a blank white screen.

You can temporarily add the following lines to the top of your index.php file in order to see the fatal errors:

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);

OR set display_error=On in PHP.ini

Once you can see the errors, you can troubleshoot these.

by

Related questions

0 like 0 dislike
1 answer
0 like 0 dislike
2 answers
1 like 0 dislike
1 answer
0 like 0 dislike
1 answer
0 like 0 dislike
1 answer
1 like 0 dislike
1 answer
1 like 0 dislike
1 answer
asked Jun 17, 2021 in Education & Reference by Simmi (830 points) | 285 views

Where your donation goes
Technology: We will utilize your donation for development, server maintenance and bandwidth management, etc for our site.

Employee and Projects: We have only 15 employees. They are involved in a wide sort of project works. Your valuable donation will definitely boost their work efficiency.

How can I earn points?
Awarded a Best Answer 10 points
Answer questions 10 points
Asking Question -20 points

1,308 questions
1,469 answers
568 comments
4,809 users