Back to Website Development
Website Development

White screen of death in PHP

Posted on January 18, 2026, 6:14 pm • 390 Views
My page is just completely blank. No errors, no HTML, just a white screen.
You have a fatal syntax error, but error reporting is turned off in your php.ini. Put `ini_set("display_errors", 1); error_reporting(E_ALL);` at the top of your script to see what broke.

You must be logged in to reply to this topic.

Login Register