⚠️ Plugin Conflict or Update Issue? Read This First

Admin

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
  • 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.

✅ Step 2: Deactivate & Reactivate
  • Sometimes a simple deactivate/reactivate fixes conflicts.

✅ Step 3: Enable WP_DEBUG

Add this to wp-config.php:
PHP:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
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:
  • The name + version of the plugin/theme
  • What broke (admin crash, frontend error, etc.)
  • Any error messages or logs you see
We’ll help investigate or confirm compatibility issues with you. You can also upvote reported conflicts – we prioritize popular ones for fixes.
 
Back
Top