5 Ways to Solve Internal server error 500

Internal server error 500 is a page that is often faced by web visitors. This problem is often happened in WordPress platform, although in general can be happened in any web platform. Because that, many beginners in WordPress confusion when faced with this problem.

To resolve this error, it takes calmness and patience, because you have to look one by one point that cause this error. I believe this problem can be fixed if we could find the cause.

output_sVHTRb

Causes Internal Server Error in WordPress

As already mentioned earlier, this problem is not only limited to WordPress, but more global and associated with a server configuration error. Because of its general, the error code 500 as an internal server error implication does not provide enough information about where it came from, and searching for the cause is like looking for a needle in the hay. But do not worry, by understanding the WordPress character, specifically the problem of internal server error is usually caused by several things, including relating to a malfunction in the plugin and theme, misconfiguration or error .htaccess files (or it could be corrupted files), and the memory limitation problem (usually related to the PHP memory limit). Often the problems encountered an internal server error only when access to the admin dashboard (wp-admin); whereas fronted page is fine.

How to Fix Internal Server Error in WordPress

Check .htaccess File

internalservereror500-02The first thing to do when solving Internal server error in WordPress is check your .htaccess file. You can do it with rename the main file .htaccess into different names like .htaccess_broken. To rename the .htaccess file, you have to get into your site using FTP or cPanel (if your server using cPanel). So, you can access all your site files and find .htaccess. When you’ve been in it, .htaccess files are in several directories such as wp-content, wp-admin and wp-includes.

After you rename the .htaccess file, try to re-access your web page, see if the problems can be overcome. If the problem can be resolved with these steps, then shouted, jumping, may also be salto but not to disturb the neighbors. Before you move to other page, make sure that you go to Settings »permalinks and click the save button. This will generate a new .htaccess file to rewrite the rules of right and ensure that the page posts do not directed to 404.

If this step does not work for you, it means you are not allowed to leave this article before finished reading it, let see other steps.

Increase PHP Memory Limit

internalservereror500-03Sometimes this error can occur if the PHP memory limit of your server are experiencing fatigue. Because the server is a machine, it does not mean it can not tired. It might be due to memory limits under the server needs access your site.

Open wp-config.php file located in the root directory of your site and then enter the following code,

define ('WP_MEMORY_LIMIT', '64M');

But if you only look at the problem of internal server error occurs when you try to log into wordpress admin or happens when you upload an image to the administrator (wp-admin), maybe you can do the following way,

  • Create an empty file with the name php.ini
    enter the following code
memory = 64MB
  • Then save.
  • Upload to / wp-admin / using FTP or something that you can use to access this directory.

Increase the memory limit may resolve your problem, but this will only happen for a while. Because there are some things that will make the memory limit fatigue server again. This usually occurs because of a bad plugin code or even because of the theme code structure that does not function well. If this happens, you better ask your Hosting Administrator to see the server logs, this will help you get a proper diagnosis.

Ok, if the above steps can not resolve your problem, go see following exposure.

Deactivated All Plugin Site

internalservereror500-04Internal server error occurred may also be caused by certain plugins. For example, as a combination of a few plugins can not play well with other plugins are not as good as games that you do with your partner in bed (forget!). Sadly, there is no easier way to find faults except you should deactivated all plugins at once.

If disabling the plugin can resolve the problem, it means that there are one or more plugins that create an internal server error occurs on your site. To find out you can simply activate the plugins one by one until you find the plugin that causes the error occurs. If you’ve found it, remove the plug-in and if you want to participate in developing the company’s plugins, you can immediately report it to the plugin author.

Upload Re Core Files

internalservereror500-05If the steps to disable the plugin does not also work well to improve the internal server error, you can re-upload the core file as wp-admin and wp-includes folder from a new wordpress installed folder (have not been tampered with or you just downloaded). It will not remove your site information, but it can solve the problem of any damages.

Ask Hosting Service Providers

internalservereror500-06If all the above steps do not resolve your problem, the last thing you can do is to directly ask the hosting administrator for their help to resolve this problem. If you don’t get helpful support from your hosting provider, I recommend to move your web to another hosting provider. I host in ASPHostPortal.com, and always get best support when i get the problems.

Hopefully the above steps can help you and most importantly, you do not to have to do the last step. Please share this article if you feel the advantages.