A blank white page usually means a PHP error. Try these in order.
- Disable plugins: rename the
wp-content/pluginsfolder via File Manager (article 105) to deactivate all plugins. If the site returns, rename it back and re-enable plugins one by one to find the culprit. - Switch to a default theme: rename your active theme's folder to force WordPress onto a default theme.
- Increase memory: raise the WordPress memory limit (article 97).
- Enable debugging: set
WP_DEBUGtotrueinwp-config.phpto see the actual error.
Note: Always back up before editing files. The error logs in cPanel (Metrics > Errors) often point straight to the cause.
