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`

The Magento based website is not working with https Date: 24-02-2021 Once you installed the SSL certificate for website in the server. You need to follow the below steps to enable https on the Magento admin panel. Step 1: Login to Magento admin panel. Step 2: Select STORES and click… Continue Reading The Magento based website is not working with https

React js web app deployment in Docker Date: 22-02-2021 Step 1: Create a Dockerfile in the directory root with below content based on your deployment procedure. =====FROM node:12.2.0-alpine as react_build #also say WORKDIR /home/ubuntu/workspace/ #copy the react app to the container COPY . /home/ubuntu/workspace/ # #prepare the container for building… Continue Reading React js web app deployment in Docker

Download the latest Windows ACME Simple (WACS) ZIP file from the Github releases page, https://github.com/PKISharp/win-acme/releases. 2. Next extract the zip file to a folder of your choice. I am placing it in C:\inetpub\letsencrypt folder. 3. Right click on wacs.exe and select Run as Administrator to start the Windows ACME Simple… Continue Reading How to install a Let’s Encrypt SSL cert on Microsoft IIS