Never lose your site to the white screen of death again. Automatic crash capture, culprit detection, email alerts, and one-click recovery.
A fatal PHP error occurs — the plugin intercepts it before WordPress shows the white screen. A crash snapshot is saved immediately.
The error backtrace is analysed to identify which plugin or theme caused the crash. The result is stored for the dashboard.
An email alert is sent to the site admin with a secure rescue URL. Opening it temporarily disables the faulty plugin so you can log in and fix the issue.
The admin dashboard shows a crash log, the culprit plugin, and a 1-click recovery button. No FTP or database access needed.
Catches fatal PHP errors automatically using a shutdown handler. A recovery flag system strips broken plugins on the next request so the rescue panel can load safely.
Analyses the PHP error backtrace to identify exactly which plugin or theme file triggered the crash. No manual log digging required.
Saves a detailed snapshot of each crash: error message, backtrace, culprit, and timestamp. Stored in the database with a file fallback in wp-content/uploads/.
Sends an alert to the site admin email with a secure rescue URL. Click it from your phone to recover instantly.
A signed rescue URL that temporarily disables the crashing plugin. No SSH, FTP, or wp-admin access needed — just open the link.
A dedicated admin page under Tools that lists all crash events, shows the culprit, and lets you restore the plugin with a single click.
From crash to recovery — how the plugin saves your site.
When a fatal error is detected, the plugin writes a small JSON flag file to wp-content/uploads/pipe9-wsod-debugger/. On the next request, this flag triggers an option_active_plugins filter that activates only this plugin — all others are temporarily stripped. This prevents the broken plugin from crashing again, giving you safe access to the rescue panel.
No MU-plugin required. Everything runs from the regular plugin. Exiting recovery mode deletes the flag and the site returns to normal.
**Requirements:** WordPress 5.2+, PHP 7.2+