How to install particular version of Node JS and npm using NVM Date: 17-04-2021 Introduction NVM (Node Version Manager) is a bash script that allows you to manage multiple Node JS versions. You can easily switch to other versions. Step 1: You can install nvm by using below command.# curl… Continue Reading How to install particular version of Node JS and npm using NVM

“Whenever you use the WordPress control panel to automatically install, upgrade, or delete plugins, WordPress must make changes to files on the filesystem. Before making any changes, WordPress first checks to see whether or not it has access to directly manipulate the file system. If WordPress does not have the… Continue Reading WordPress asking for my FTP credentials to install plugins

Error to create an environment on AWS Cloud 9 service. Date: 10-04-2021 If you facing below error to create an environment on AWS Cloud 9, please follow the below step. Solution: You can create environment on US East (N.Virginia)us east-1 region without above error. AWS Cloud 9 service isn’t supporting… Continue Reading Error to create an environment on AWS Cloud 9 service

Please follow the below steps when you get the above error. You will get this error When you try to publish a post or create a new page in the wordpress site. Go to settings>permalinks. Select “Post name” and save. Try updating your posts/pages. If it doesnot work, try selecting… Continue Reading Publishing or uploading failed. Error message: “The response is not a valid JSON response”

Nginx missing sites-available directory in the Nginx configuration directory Date: 03-04-2021 Once you installed Nginx on Centos 7 to set up virtual host files, you are unable to find the /etc/nginx/sites-available in /etc/nginx directory. You can follow the below steps to enable this option. Step 1: Create the below directories… Continue Reading Nginx missing sites-available directory in the Nginx configuration directory

If your site takes a long time to load and finally you get an error that it’s not available, that means your connection has timed out. This simply happens when your site is trying to do more than the server can handle and is particularly common in shared hosting environments… Continue Reading Connection Timed Out error for WordPress site

Error: Unit mongodb.service is masked when starting the Mongodb Date: 22-03-2021 If you are trying to start the MongoDB service but it’s getting below error. 2. You can use following command to solve the error.# sudo systemctl unmask mongodb 3. Use below command to start the MongoDB service.# sudo systemctl… Continue Reading Error: Unit mongodb.service is masked when starting the Mongodb

When you see the above message, the problem is clear: WordPress can not connect to the site’s database. Most times, this common WordPress error is caused by faulty credentials inside wp-config.php. Check wp-config.php:-1) This file holds all the login info for the database that you entered at installation (database name,… Continue Reading Error Establishing a Database Connection

How to enable LetsEncypt SSL for Mail server on Plesk Panel Date: 17-03-2021 Step 1: Login to plesk panel. Once LetsEncypt SSL has installed in plesk, click on Mail option in left side of the dashboard. Locate Mail Settings and then click on your domain name. Step 2: Select the… Continue Reading How to enable LetsEncypt SSL for Mail server on Plesk Panel

The WordPress white screen of death is one of the most common WordPress errors. It is also one of the most frustrating ones because there is no error message, and you are locked out of WordPress. Please follow the below steps when you see a blank screen like below. Take… Continue Reading How to Fix the WordPress White Screen of Death