DEV Community

Alec
Alec

Posted on

PHP: Fixing WSOD

Short video on 2 methods to quickly fix a White Screen Of Death (WSOD) in PHP.

One trick uses the 50% method and actually will work with many languages for debugging where one character or line is killing an entire page.

These methods DO NOT require changing the php.ini.

Top comments (0)