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/pluginsand rename the folder of the suspected plugin (e.g., renamebad-plugintobad-plugin-old). This forces WordPress to deactivate it. -
Increase PHP Memory Limit: Sometimes WordPress simply runs out of "breathing room."
-
Go to Select PHP Version in your dashboard.
-
Click Options.
-
Increase
memory_limitto256Mor512M.
-