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

We can detect the malicious files from either Maldet scan or you can use the plugins also. Here we will discuss how to detect with plugin and then cleaning them. We will use Malcare plugin to detect and clean the malicious .ico files. Download and activate Malcare plugin. Go to… Continue Reading How to Remove .ico Virus From Your WordPress Website?

If you face the error pg_dump: server version: 11.6 (Debian 11.6-1.pgdg90+1); pg_dump version: 10.10 (Ubuntu 10.10-0ubuntu0.18.04.1) and pg_dump: aborting because of server version mismatch, then you can fix it by upgrading your PostgreSQL client by following the below commands. sudo sh -c ‘echo “deb http://apt.postgresql.org/pub/repos/apt/ lsb_release -cs-pgdg main” >> /etc/apt/sources.list.d/pgdg.list’… Continue Reading How To Fix `pg_dump: aborting because of server version mismatch`