Last Updated: February 25, 2016
·
670
· privatesniper

PHP - Whitescreen

White screens in PHP are a fatal error, most commonly this is due to a missing semi-colon or some other syntax error.

1 Response
Add your response

enabling display_errors in php.ini gives you a hint. There are some very bad errors (like segfaults) that can make php itself crash.

over 1 year ago ·