Fix common WordPress errors
Fix common WordPress errors
White screen or 500 error
Almost always a plugin or theme.
- In the file manager rename
wp-content/pluginstoplugins-offโ the site should load. - Rename it back and re-enable plugins one at a time to find the culprit.
- Turn on
define('WP_DEBUG', true);inwp-config.phptemporarily to see the error, then turn it off.
"Error establishing a database connection"
Check the database name, user and password in wp-config.php match your hosting database, and that the database exists. Restore the correct values or ask us.
"Allowed memory size exhausted"
Add define('WP_MEMORY_LIMIT', '256M'); to wp-config.php, and deactivate heavy plugins.
Stuck in maintenance mode
Delete the .maintenance file in the site's root folder.
Redirect loop
Set both WordPress Address and Site Address to the same https:// URL and clear your browser cache and site cache.
Hacked or redirecting to spam
Restore a clean backup, change all passwords, update everything and delete unknown admin users and plugins.
Was this not what you needed?
Tell us what you're trying to do and our team will help directly.
Open a support ticket Ask on Discord