One of the more vital selling point for your items is the image. With a legitimate images, more clients will purchase your products. In this article, we will demonstrate to add images to your items in PrestaShop. […]
Category: Cpanel
How to fix: “This file is missing” error in PrestaShop
One awesome element PrestaShop has is to allow the sale of virtual items. These are downloadable things, for example, ebooks, videos, audio files, softwares, and so on. These files can be small or large in size, depends upon the nature of the document. […]
How to change your shop name in PrestaShop
We can change the Shop name in a two ways through the PrestaShop Administrator interface and through the database. The easy way is definitely by using the Administrator, but there may be cases when the name has to be changed through the database. Changing the shop name through the database may appear a bit overwhelming […]
How To Edit Hosts File on Your System
So often you will need to edit the hosts file on your machine. Sometimes because of an attack and others so that you can simply and freely control access to websites and network traffic.This file is available on each operating systems and useful for mapping domains with IP address without making any DNS entry. Using […]
How to enable error reporting in PrestaShop
Once you began working with your PrestaShop store,You will come across errors with time to time.These different errors may be because of server settings or the hosting environment. […]
How to Install ImageMagick on Ubuntu, Debian & LinuxMint
This article will help you to install ImageMagick on Ubuntu, Debian & LinuxMint operating systems. First we need to install required packages in order to install ImageMagick and IMagick PHP extension. […]
How to Install PHP Composer on CentOS/RHEL
Composer is a reliance management tool for PHP like npm for nodejs and pack for ruby. Using composer tool we can characterize required libraries for our project and install with PHP composer in single command. We don’t have to search for every library exclusively to install every time. […]
How to Flush Memory Cache on Linux Server
Many times Linux systems faced low memory issues,This article has details about how to Flush Memory Cache on Linux Server.There are three options available to flush cache of Linux memory. You can use one of below as per your requirements. […]
How to fix blank white screen error on PrestaShop
Prestashop is a very useful e commerce software. One of the common errors while fresh installation or upgrade is a white screen. This is very disturbing to as there is no error message telling you what is wrong. Mostly it is due to program running out of allowed memory. This article will show you how […]
bash scp: command not found
SCP command is use to transfer files between two servers over SSH. Most of SCP users getting error : So keep in mind that scp command must be available on both local and remote systems.Use following commands to install package for scp command on Linux operating systems. […]