Admin
Staff member
Seeing a white screen, PHP error, or plugin conflict after updating something? You’re in the right place.
Here’s a quick checklist to help you troubleshoot:
Step 1: Check Compatibility
Step 2: Deactivate & Reactivate
Step 3: Enable WP_DEBUG
Add this to wp-config.php:
Then check wp-content/debug.log for exact error messages.
Step 4: Test in Staging Site
Use plugins like WP Staging or LocalWP to safely test updates before going live.
Still broken?
Drop a message with:
Here’s a quick checklist to help you troubleshoot:
- Always check the plugin changelog or download page for required WordPress or PHP versions.
- Make sure your other plugins (especially Elementor, WooCommerce) are updated too.
- Sometimes a simple deactivate/reactivate fixes conflicts.
Add this to wp-config.php:
PHP:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
Use plugins like WP Staging or LocalWP to safely test updates before going live.
Drop a message with:
- The name + version of the plugin/theme
- What broke (admin crash, frontend error, etc.)
- Any error messages or logs you see