If you get the above error, please follow the below steps. Above error states that postgres is not running. Running pg_lsclusters will list all the postgres clusters running on your device. 2. Most probably the status will be down if we get the above error . Try restarting Postgres clusters and servicesystemctl… Continue Reading Is the server running locally and accepting connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?

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