White Screen of Death
Updated 2 July 2026
A blank white page usually means PHP hit a fatal error with display errors turned off.
Because the error is hidden by default, you usually need to enable debugging or rule out plugins and themes to find the cause.
Troubleshooting steps
- Enable
WP_DEBUGinwp-config.phpto surface the error. - Deactivate all plugins by renaming the
pluginsfolder via FTP. - Switch to a default theme (Twenty Twenty-Four).
- Check PHP error logs in your hosting panel.
Submit a one-off fix if you need a developer to recover the site quickly.