Title: WebHosting Watch's Replies | WordPress.org

---

# WebHosting Watch

  [  ](https://wordpress.org/support/users/webhosting-watch/)

 *   [Profile](https://wordpress.org/support/users/webhosting-watch/)
 *   [Topics Started](https://wordpress.org/support/users/webhosting-watch/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webhosting-watch/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webhosting-watch/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webhosting-watch/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webhosting-watch/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webhosting-watch/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [500 Internal Error](https://wordpress.org/support/topic/500-internal-error-13/)
 *  [WebHosting Watch](https://wordpress.org/support/users/webhosting-watch/)
 * (@webhosting-watch)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/500-internal-error-13/#post-3493256)
 * In 90% of cases such kind of problem can be solved by client and does not need
   Administrator rights.
    Usually the error “500 Internal Server Error” appears 
   when:
 *  .php files have incorrect permissions. For example , if you try to run PHP file
   with 777 permissions or PHP file is located in the folder with 777 permission,
   then “500 Internal Server Error” will be generated. Please check the article “
   Permissions for *.php files” for more info.
    .htaccess file has incorrect directives.
   For example, when someone tries to use .htaccess file to change PHP variables
   like: php_value register_globals On For this purpose you should use o n l y php.
   ini file. Anyway If you are not sure what can be wrong in .htaccess file just
   try to access your php script without .htaccess (temporary remove or rename it).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 Error above header of all pages](https://wordpress.org/support/topic/404-error-above-header-of-all-pages/)
 *  [WebHosting Watch](https://wordpress.org/support/users/webhosting-watch/)
 * (@webhosting-watch)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/404-error-above-header-of-all-pages/#post-3546081)
 * 404 Not Found error usually is rising up when the requested URL is not found.
   Let’s review the most common situations:
 *  First possible reason why your browser throws Not Found error is the domain’s
   DNS zone misconfiguration either on registrar or on server side. Using DNS tools
   try to find out if NameServer settings are properly set for your domain. \
    Now
   use DNS Lookup tool and check NS in drop-down menu:
 *  If you can see your domain’s NS settings link on the picture below, then DNS
   zone is properly configured and you should search for another solution.
    If the
   result page shows another information, like:
 *  please press on “Click Here” link and you will see the result of your DNS request
   in details. Now if you see that your domain’s DNS zone is not cached on the root
   DNS servers, like on the picture below:
 *  then your domain is not registered or no NS records are set for it. So you should
   either register it, or contact your registrar and ask them to set valid NS records
   for your domain (you may find our NS records in your account activation e-mail).
   
   Otherwise, if you have clicked on “Click here” and you see the following page:
 *  Then your domain DNS zone is misconfigured on the server side. In this case 
   you should get in touch with our support team by opening a trouble ticket or 
   sending an e-mail. They will make all necessary changes to fix the issue.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress database error fix no longer seems to work.](https://wordpress.org/support/topic/wordpress-database-error-fix-no-longer-seems-to-work/)
 *  [WebHosting Watch](https://wordpress.org/support/users/webhosting-watch/)
 * (@webhosting-watch)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wordpress-database-error-fix-no-longer-seems-to-work/#post-3556983)
 * The best solution is either to repair your database or restore it from a backup.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTTP Error 500 (Internal Server Error): Whole blog is down](https://wordpress.org/support/topic/http-error-500-internal-server-error-whole-blog-is-down/)
 *  [WebHosting Watch](https://wordpress.org/support/users/webhosting-watch/)
 * (@webhosting-watch)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/http-error-500-internal-server-error-whole-blog-is-down/#post-3566222)
 * If you see this kind of error, then your web server encountered an unexpected
   condition that prevented it from fulfilling the request by the client for access
   to the requested URL. This is a ‘catch-all’ error generated by your web server.
   Basically something has gone wrong, but the server can not be more specific about
   the error condition in its response to the client. In addition to the 500 Internal
   Server Error notified back to the client, the Web server should generate some
   kind of internal error log which gives more details of what went wrong. It is
   up to the operators of your Web server site to locate and analyse these logs.
   
   Any client (e.g. your Web browser or our CheckUpDown robot) goes through the 
   following cycle when it communicates with your Web server:
 *  Obtain an IP address from the IP name of your site (your site URL without the
   leading ‘[http://&#8217](http://&#8217);). This lookup (conversion of IP name
   to IP address) is provided by domain name servers (DNSs).
    Open an IP socket 
   connection to that IP address. Write an HTTP data stream through that socket.
   Receive an HTTP data stream back from your Web server in response. This data 
   stream contains status codes whose values are determined by the HTTP protocol.
   Parse this data stream for status codes and other useful information.
 *  This error occurs in the final step above when the client receives an HTTP status
   code that it recognises as ‘500’.
 *  Resolving 500 errors – general: this error can only be resolved by fixes to 
   the Web server software. It is not a client-side problem. It is up to the administrators
   of your Web server site to locate and analyse the logs which should give further
   information about the error
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [A completely deleted page is still active and sending spam….I can't stop it..](https://wordpress.org/support/topic/a-completely-deleted-page-is-still-active-and-sending-spami-cant-stop-it/)
 *  [WebHosting Watch](https://wordpress.org/support/users/webhosting-watch/)
 * (@webhosting-watch)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/a-completely-deleted-page-is-still-active-and-sending-spami-cant-stop-it/#post-3438427)
 * I advise you to block your script using the shell chattr command ( chattr -R 
   +ias script.php)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blank Page After Migrating Site](https://wordpress.org/support/topic/blank-page-after-migrating-site/)
 *  [WebHosting Watch](https://wordpress.org/support/users/webhosting-watch/)
 * (@webhosting-watch)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/blank-page-after-migrating-site/#post-3342450)
 * After moving the site from one server to the other, first of all pay attention
   that all the files are transferred correctly. Before transferring the site, get
   in touch with your new server tech support and ask them about the server php 
   and Mysql version.
 * In case these versions don’t coincide with your old server, this may cause troubles
   for your domain.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Transferring a WP site to another host](https://wordpress.org/support/topic/transferring-a-wp-site-to-another-host/)
 *  [WebHosting Watch](https://wordpress.org/support/users/webhosting-watch/)
 * (@webhosting-watch)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/transferring-a-wp-site-to-another-host/#post-3335313)
 * If you see this kind of error ( 500 error), then your web server encountered 
   an unexpected condition that prevented it from fulfilling the request by the 
   client for access to the requested URL. This is a ‘catch-all’ error generated
   by your web server. Basically something has gone wrong, but the server can not
   be more specific about the error condition in its response to the client. In 
   addition to the 500 Internal Server Error notified back to the client, the Web
   server should generate some kind of internal error log which gives more details
   of what went wrong. It is up to the operators of your Web server site to locate
   and analyse these logs.
    Any client (e.g. your Web browser or our CheckUpDown
   robot) goes through the following cycle when it communicates with your Web server:
 *  Obtain an IP address from the IP name of your site (your site URL without the
   leading ‘[http://&#8217](http://&#8217);). This lookup (conversion of IP name
   to IP address) is provided by domain name servers (DNSs).
    Open an IP socket 
   connection to that IP address. Write an HTTP data stream through that socket.
   Receive an HTTP data stream back from your Web server in response. This data 
   stream contains status codes whose values are determined by the HTTP protocol.
   Parse this data stream for status codes and other useful information.
 *  This error occurs in the final step above when the client receives an HTTP status
   code that it recognises as ‘500’.
 *  Resolving 500 errors – general: this error can only be resolved by fixes to 
   the Web server software. It is not a client-side problem. It is up to the administrators
   of your Web server site to locate and analyse the logs which should give further
   information about the error.
 * See more at [http://goo.gl/juYFb](http://goo.gl/juYFb)
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Error establishing a database connection](https://wordpress.org/support/topic/error-establishing-a-database-connection-430/)
 *  [WebHosting Watch](https://wordpress.org/support/users/webhosting-watch/)
 * (@webhosting-watch)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/error-establishing-a-database-connection-430/#post-3262825)
 * Make sure that your database has all the necessary permissions via your hosting
   control panel.In case the login details in your wp.config file are 100% identical
   with the database user and password details set by you while adding your db in
   your control panel, try to run grant all command to set all the db permissions.
 * If this won’t help, try to import the database latest dump via PHPMyadmin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTTP 500 – I can't access to my website with error HTTP 50](https://wordpress.org/support/topic/http-500-i-cant-access-to-my-website-with-error-http-50/)
 *  [WebHosting Watch](https://wordpress.org/support/users/webhosting-watch/)
 * (@webhosting-watch)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/http-500-i-cant-access-to-my-website-with-error-http-50/#post-3263463)
 * Yeah. check the site error logs and in case you have a backup, try to to restore
   your site from that backup.
 * Moreover, your hosting provider should make the site and database backups at 
   least once in 24 hours. So please get in touch with them and ask to restore the
   site and database from the latest backup.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Media Widget] [Plugin: Social Media Widget] About.me & Clippings.me](https://wordpress.org/support/topic/plugin-social-media-widget-aboutme-clippingsme/)
 *  [WebHosting Watch](https://wordpress.org/support/users/webhosting-watch/)
 * (@webhosting-watch)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-social-media-widget-aboutme-clippingsme/#post-2803201)
 * Useful plugin. Beautiful icons
    Thank you!

Viewing 10 replies - 1 through 10 (of 10 total)