August 4, 2026Blog
WordPress white screen: what it is and how you get the site back
The "white screen of death" looks dramatic, but it has a plain meaning: the code stopped before the page could be built. Something specific broke — almost always a plugin, a theme or an update — and it can be found.
What the white screen actually means
WordPress builds every page with PHP. When PHP hits a fatal error, the build stops and the browser receives nothing — hence the empty white page. Newer WordPress versions often show "There has been a critical error on this website" instead, which is the same situation with a message on top.
The error is logged even though the page shows nothing. Getting to that log message is the whole job — guessing without it is what wastes hours.
The usual culprits
The most common trigger is an update: a plugin that clashes with another plugin, a theme that clashes with a new PHP version, or an update that was interrupted halfway. Second place goes to the PHP memory limit — a heavy plugin pushes the site over the ceiling the host has set.
Think about what changed last. An update, a new plugin, a host migration or a PHP version switch right before the crash is your answer more often than not.
How to get the site back
If you have a recent backup, restoring it is the fastest route back while you investigate. If WordPress sent you a "technical difficulties" email, it names the failing plugin or theme directly and can open recovery mode for you.
Without either, the fix runs through the server: read the error log to see the failing file, then disable that plugin or theme by renaming its folder over FTP or the host’s file manager. The site comes back the moment the broken component is out of the chain.
If you would rather not touch the server
Working over FTP in a live site’s files is uncomfortable if it is not your daily work — and a wrong step can extend the outage. Sending it over is a normal choice: white screens are bread-and-butter technical support work, and a one-off fix with us starts at 2,000 NOK.
Is your site white right now?
Tell us what changed last — update, new plugin, host switch. We review it for free and reply with the fastest route back online, price included.
Submit the problem