WSOD? What is that? I don’t know, but its probably a
good thing I have not seen one.
Bob
White Screen Of Death
When the page terminates with just an empty white screen, normally
caused because of some sort of fatal error in PHP when processing
the page.
There should be an error logged on the server about the problem (if
PHP was set up as normal with error logging only to the logs).
It is possible (suggested only for private development sites) to
have PHP print the error also to the requesting browser, but that
runs the risk of revealing vulnerabilities.