How to Solve Error 500 after Updating WordPress

Sometimes we encounter error 500 after trying to update wordpress to a newer version. When such error occurs, the front page of the website and admin panel can not be accessed normally because wordpress is still in the maintenance position.

“Briefly unavailable for scheduled maintenance. Check back in a minute.”

All web pages are blank and error message above appears. This error usually occurs in wordpress with lots of plugins in it. How do you solve this problem? Don’t be confused. First thing you have to do is disabling all wordpress plugins using FTP and then removes status maintenance mode by removing .maintenance file, then try to update again if the previous update is failed. Here are more detail steps:

  1. Open the FTP program and then go to the folder wp-content

  2. In the wp-content folder there is a folder called plugins. Rename plugins to be plugins.hold

    In the wp-content folder there is a folder called plugins. Rename plugins to be plugins.hold

  3. After all plugins are non-activated, go to the base directory (directory or folder that contains wp-content, wp-admin, etc) of your website.

  4. Delete .maintenance file

    Delete .maintenance file

  5. WordPress would not be in maintenance mode again, try to check your wordpress version by opening page yoursite.com/wp-admin/update-core.php

  6. When wordpress is updated with the most recent versions, then proceed to step 7. But, if wordpress has not been updated with the most recent version, then try to update again. I am sure that the wordpress update process will run smoothly this time without error because all plugins are disabled.

  7. Go to wp-content folder and then rename plugins.hold into plugins to reactivate all the plugins.

How to Flush DNS in Windows 7, Windows 8, XP and Windows Vista

When you access a website, the computer will perform DNS caching, which means that the data in the form of domain name and IP address of the website that you access are locally stored in the computer for a period of time, so when you open a web page that has previously been opened it will feel faster because the computer has remembered the IP address and it does not need to contact the DNS server. However, which often be a problem is that the DNS cache can sometimes be corrupted and it causes problems like some websites that can not be accessed when the internet connection has no problem. At this point the DNS flush is needed.

DNS flush will force the computer to clear the DNS cache or in other words it forces the computer to erase all memory of the domain name and the IP address associated with the domain name. Once the DNS cache is empty, the computer will start asking for new data from the DNS server and it will build DNS cache from the beginning.

flush dns cache
Continue reading

5 Simple Steps to Find the Fastest DNS Server for Your Computer

Many people find that the fastest DNS Server list on this page is indeed the fastest DNS Server of all DNS servers that have ever been used. However, not everyone feels the same. The speed of a DNS Server is not only determined by how fast the DNS server to resolve domain names into IP addresses but also the distance between the DNS server and your computer. That’s why sometimes a DNS server that is used by someone is not necessarily appropriate when it is used by others in different locations and networks.

Everyone supposes to look for the fastest DNS and the one that is closest to the location because with the combination, the process of domain “resolving” to the ip address would be much faster and it will be more convenient for you to browse the internet since it feels faster and responsive. Actually, most of ISP (Internet Service Provider) has provided DNS servers to be used by the client and maybe this is the fastest DNS as its location clearly closest to your computer. But, is the DNS reliable enough if it is compared to other public DNS servers? We need to benchmark to find out.
Continue reading