Warning: GD extension needs to be loaded for OpenCart to work

How To Solve on Remote Server On OpenCart Installing? Warning: GD extension needs to be loaded for OpenCart to work!

Step:2(Pre-Installation) in Open cart Installation.


Solution 1:

You have to install the php gd package. If you are using ubuntu, on the terminal type

sudo apt-get install php5-gd

Solution 2:

If this is cPanel server, you will have to recompile Apache and PHP using EasyApache option from WHM to enable support for GD library. Please note that you will need root access of the server to recompile it. If you do not have it, you will have to contact your server administrator to enable support for GD library.