Showing posts with label GD Not Installed. Show all posts
Showing posts with label GD Not Installed. Show all posts

Tuesday, June 16, 2015

GD Not installed While Installation

While installing Prestashop I got this error GD Not Installed

First question that arises when I saw this error was what is GD.
The GD library is a graphics drawing library that provides tools for manipulating image data. In Shopp, the GD library is used to process images for generating gallery preview and thumbnail size images automatically.

Next question was how to check if it is installed on my server or not
Ans: make a php file and add code stating

<?php phpinfo(); ?>
and upload it on your server .