If you are here because you recently installed a plugin then take a look at this flow chart.
Here are some basic steps you can follow to begin debugging a white screen of death if it’s not been caused by a new plugin being installed:
- SFTP to your document root (email support if you’ve lost your SFTP password).
- Change into the wordpress directory.
- View or download the php-errors.log file.
- Take a look at the last few lines of the error log to determine the cause of the white screen.
You might see a very specific PHP error which will provide a line number in the file that’s causing the problem. At this point you can:
- Download the file that’s causing the problem.
- Go to the line that was listed in the error log.
- Fix the issue.
- Upload the file back to the server.
- Test your website.
If the white screen does not go away then repeat all of the steps above. Sometimes there could be more than one error.
Comments
No comments on 'Debugging the Dreaded White Screen of Death.'