Browse Categories
Common Error Messages
This error occurs when a PHP script runs out of memory. WordPress has a default memory limit that may be too low for your plugins.
Access your wp-config.php file via FTP or File Manager and add this line before "That's all, stop editing!":
Save the file and refresh your site. If the issue persists, contact your hosting provider to increase the server-level PHP memory limit.
This means WordPress can't connect to your MySQL database. Common causes include incorrect credentials, server downtime, or corrupted tables.
Verify these values in your wp-config.php file match your database settings:
Some hosts use a custom DB_HOST like 127.0.0.1 or mysql.yourhost.com. Check with your hosting provider.
Add this to wp-config.php to enable repair mode:
Then visit yourdomain.com/wp-admin/maint/repair.php to repair/optimize tables.
After a WordPress core update, your site may redirect endlessly between HTTP and HTTPS or show too many redirects.
Ensure your WordPress Address and Site Address match. Edit wp-config.php to force correct URLs:
Clear your browser cache and any server-side caching (WP Super Cache, W3 Total Cache, etc.). Try accessing the site in Incognito mode.
This generic error (introduced in WP 5.2) means a PHP fatal error occurred. WordPress disables the frontend to prevent full crashes.
Add to wp-config.php to see the actual error:
Check /wp-content/debug.log for the exact error details.
Rename the /wp-content/plugins folder to plugins_old via FTP. If the site returns, rename it back and reactivate plugins one by one.
Still Having Issues?
Can't find your error? Our WordPress experts are available 24/7 to diagnose and fix your site. Average response time: under 15 minutes.
Contact 24/7 Support โ