Troubleshooting the "White Screen of Death" Print

  • 0

Troubleshooting the "White Screen of Death"

The most common WordPress issue is a blank white screen, usually caused by a PHP error or a plugin conflict.

Immediate Fixes:

  • Check the Error Log: In your Nixzoe Dashboard, click Error Logs. Look for "Fatal Error" messages; they will usually name the specific plugin causing the crash.

  • Disable Plugins via File Manager: If you can't access your WP Admin, go to public_html/wp-content/plugins and rename the folder of the suspected plugin (e.g., rename bad-plugin to bad-plugin-old). This forces WordPress to deactivate it.

  • Increase PHP Memory Limit: Sometimes WordPress simply runs out of "breathing room."

    1. Go to Select PHP Version in your dashboard.

    2. Click Options.

    3. Increase memory_limit to 256M or 512M.


Was this answer helpful?

« Back