White Screens/Pages and How to Fix Them

When you’re experiencing a page is just white, without any error displaying is annoying. Your first look should be to visit your errorlogs in the root of your site, but sometimes the information there is not enough.

Most likely the root of the issue is connected to PHP, and not the server. It’s commonly called The White Page of Death (WSOD) since it’s hard to debug without any entries in the errorlog.

Here is what you should try:

  • Set a higher PHP memory limit in the Servebolt Control Panel
  • Review and revert the latest changes you have made
  • Revert added or removed plugins/modules
  • Altered, added or removed PHP code from the site

If that does not work, contact our support and we can help you out.