WordPress is extremely easy to use, but something going wrong on your WordPress site is a scary thing for sure. It is also a situation the most WordPress masters have experienced. If you are the person who is comfortable in WordPress installation, then its quite easy to fix the problem for yourself. So here in this article “7 Common WordPress errors and how to fix them” will help you to fix the common errors of WordPress.
7 Common WordPress Errors and Solutions
Contents
The error you are probably encountering on your website has most likely been reported and solved by someone before you. So here are some solutions on how to fix these common WordPress errors:
1. WordPress White Screen Death
With no error message, this error usually causes a plain white screen of death. If you are a Windows user you are probably familiar with white screen death. This makes more frustrating for you when you have no idea to fix it. The main causes of this are due to an exhausted memory limit and poorly coded theme or plugin.
Solutions:
- Increase the memory limit
- Use default theme
- Deactivate all of your plugins
2. 500 Internal Server Error
This is another common problem that almost every wordpress encounters atleast once. It is a catchall error message that indicate some problem with your server. For this there are several potential causes they are:
- Exhausted PHP memory limit
- Corrupted plugin functions
- Corrupted theme functions
- Corrupted.htaccess.
Solutions:
- Increase the memory limit
- Edit. htaccess file
- Deactivate all the plugins
- Reupload wp-admin and wp-includes folders
3. Connection Timed out
This error is commonly caused because of the overburdened shared server. The most common cause for this problem is :
- Heavy plugins
- Theme function errors
- Exhausted PHP memory limit
Solutions:
- Increase your PHP memory limit
- Deactivate all the plugins and remove the one that’s causing the problem
- Switch to a default WordPress theme to check if your theme is causing the problem.
4. 404 Page Error
This error is commonly caused because when the web site does not find the page you have specified. And also you are probably having issues with your permalink settings and ht.access. The primary cause for this 404-page error is Permalink setting.
Solutions:
- Reconfigure your permalinks by clicking on the settings > permalink.
- You also can manually rewrite the rules to overwrite default permalink settings.
5. Error Establishing Database Connection
This error is pretty self-explanatory and also it means that the connection with the database has been broken. The common cause of this error is:
- Problem with your hosting server
- Error in wp-config.php file
- Your site might be hacked
Solutions:
- Fix problems with your hosting server
- Scan it and check whether it’s been hacked
- Edit PHP files.
6. Lost Admin Email And Password Retrieval Is Not Working
Its common thing to forget your password or email, in such a situation you probably will click the lost password link to recover the details but you failed to recover it. The common cause of this error is still a mystery, but certain things or solution you can do it for this error is easy.
Solutions:
- Edit your functions.php file
- Reset your email and password via phpMyadmin.
This error is commonly due to an interrupted or unfinished WordPress update. The main cause for this error is because when WordPress updates a plugin or theme, it puts your website in maintenance mode. If the update is interrupted, it keeps your site in maintenance mode.
Solutions:
- Manually update your WordPress installation
- Delete your .maintenance file by going to your root directory through FTP or file manager.
WordPress is easy to use and it’s a powerful software but like other software, it has its flaws. So, in this article “7 Common WordPress errors and how to fix them” have revealed the common errors with their solutions and causes. Hope you find this article useful and try to get rid of these mistakes permanently.
Leave a Reply