Search results

  1. bhawanisingh

    [RESOLVED] Error : “An Unexpected HTTP Error Occurred During The API Request”

    If you are getting the error “An Unexpected HTTP Error Occurred During The API Request” frequently while accessing the wordpress dashboard then it means you have to increases the timeout limit. This is the perfect solution of this problem, you just need to make some changes in http.php file...
  2. bhawanisingh

    Ubuntu 17.04 (Zesty Zapus) : What’s New

    Ubuntu 17.04 is the successor to Ubuntu 16.10 and it is Code-named as "Zesty Zapus". It has various Additions, Fixes and Upgrades over Ubuntu 16.10. All the details about what’s New in Ubuntu 17.04 (Zesty Zapus) are described in the following text. What’s New in Ubuntu 17.04 version (Zesty...
  3. bhawanisingh

    Update Node.js to the Latest Version

    Node.js is one of the Fast-moving Projects. The Project receives various minor updates on regular basis and the following text is to tell you about the ways of installing these updates on your Operating System. First of all you should check that which version you are using by using command "node...
  4. bhawanisingh

    [RESOLVED] Error: “The MySQL server is currently offline”

    If you are getting the error while accessing the database from cPanel then don’t you worry. It seems like your MySQL server is not working properly, you can also solve this issue by yourself easily. To solve this issue it is must to have access of server/WHM panel or if you are on shared server...
  5. bhawanisingh

    SSH and SSH2 - What’s the Difference ?

    Security of Data Communication over Networks can be enabled by using SSH (Secure Shell) Protocol. Founded by Tatu Ylonen in 1995, SSH Protocol offers an Infrastructure which helps to Secure Data Transportation, Secure Network Services and Remote Command Execution between Computers in a Network...
  6. bhawanisingh

    How to restore single database from whole MySQL database dump?

    If you are backed up all the MYSQL databases on server by using –all option and you have to restore single database from entire database backup file. So, don’t get panic you can resolve this resolve and can easily restore single MYSQL database from all the databases. For the single database you...
  7. bhawanisingh

    Best Practices for Microsoft Windows Server Security

    The following text ahead has some useful tips for general security of a Microsoft Windows Server which Interacts with Public Internet. Rules for local firewall: Windows Firewall Protection is the only thing in between user's Private Information and Anyone who is using the Public Internet, for...
  8. bhawanisingh

    How to increase number of concurrent FTP connections ?

    By default there are restrictions on WHM server for the number of FTP concurrent connections. You can only make 8 connections from a single IP address. But if you want to make more than 8 connections from a single IP address then you have to change the default configuration of server. In this...
  9. bhawanisingh

    Database available but not showing in cpanel

    If the database is not exists in cpanel after update of cpanel software, then first you have to make sure that database is available on server. But if it exists on server and not showing on cpanel server then it happened just because of database mapping. To resolve this issue you have to rebuild...
  10. bhawanisingh

    How to install nginx as a reverse proxy on WHM?

    By default the Linux server is already loaded with Apache but WHM server does not provide any support for Nginx web server. To make your website both effective and powerful then you need both web servers Apache and Nginx. Nginx web server is mainly responsible for website’s speed and apache...
  11. bhawanisingh

    [RESOLVED] Error: “Cannot load mysql extension. Please check your PHP configuration”

    Are you getting this error while loading PhpMyAdmin on your new server? If you are getting the error “Cannot load mysql extension. Please check your PHP configuration” after installing PhpMyAdmin then you will need to install php-mysql. Now the question arises why php-mysql needed. php-mysql is...
  12. bhawanisingh

    Email Error 450 and it’s Solution

    Email Error 450 is a kind of routing issue which occurs on the receiving mail server's end. These can also be a type of Greylisting Responses from the receiving mail server which are used to filter the incoming mail. A method of accepting messages in which a receiving mail server can block the...
  13. bhawanisingh

    [RESOLVED] Error: "PHP Fatal Error: Out Of Memory"

    While working with PHP if you are getting “PHP Fatal error: Out of memory (allocated 49545216) (tried to allocate 77824 bytes)” error then don’t be shock. We know that it’s hard to fix this problem and especially for the large application. Sometimes we restarted apache service and this solved...
  14. bhawanisingh

    Ways to uninstall an application by using Softaculous

    As we already know softaculous is one click application installer which installs the website application automatically. By using softaculous you can install all the applications like wordpress, open cart and many other applications to website with predefined scripts. There are 430 softaculous...
  15. bhawanisingh

    [RESOLVED] Error: "500 Internal Server Error" in Wordpress

    "HTTP 500 Internal Server Error" is a common WordPress Error which can make a WordPress panic but be assured that after reading the text below you can easily fix this error and you will never need to Panic. This Internal Server Error in WordPress is commonly occurs due to any Plugin and / or...
  16. bhawanisingh

    Wordpress - Best SEO Plugins and Tools

    Websites need Traffic and Search Engines are one of the most reliable as well as major source of Traffic. Website Owners / Developers always look for SEO Tips along with SEO Plugins so that they can attract more traffic towards their WordPress Sites. In the following text some of the best...
  17. bhawanisingh

    [RESOLVED] Error: “1045 cannot log in to the MYSQL server”

    PhpMyAdmin is a free tool which is provide for MYSQL database management. With this free software we can manage databases easily like create, delete, drop, import, export and alter. You can also run MYSQL queries in PHPMyAdmin to complete your task. PhpMyAdmin is integrated with cPanel which is...
  18. bhawanisingh

    How to allow/ deny IP access to a specific IP address through web.config ?

    If you need to restricts some IP address to accessing your website or application then you have to add the code in your web.config file and put that file in to the particular directory which you wish to protect from access. As you know about web.config file that is it in XML format and you have...
  19. bhawanisingh

    [RESOLVED] Error: “Connection Drop By IMAP Server”

    Are you constantly getting error message on webmail “Connection Drop By IMAP Server” ? Then it means your maximum number of client connections has reached on server. If you are getting this error then you have to allot more connections to web mail server. You can easily solve this problem by...
  20. bhawanisingh

    [RESOLVED] Error: “554 5.7.1 Relay Access Denied” Email Error

    “554 5.7.1 Relay Access Denied” Email Error occurs when the Email Sender fails any security check or the Email Recipient’s Email Server is not configured correctly. When an Email is sent, it passes sender’s mail server and then recipient’s mail server and if any of these two servers reject the...
Top