Author Topic: how to enable php-gd  (Read 25234 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
how to enable php-gd
« on: September 16, 2015, 01:47:56 AM »
hello sir please help me. php-gd not enable. error imagecreatefromjpeg()  :'( I have tried many ways in google. but all have not been successful php I am using php 5.5.11 if anyone could help me

Offline
*****
Re: how to enable php-gd
« Reply #1 on: September 16, 2015, 05:35:43 AM »
Hello.

In the CWP: "PHP settings" -> "PHP version switcher" , "Select PHP version" -> "Next"
in the list "Additional configuration (only for advanced users):" check "--with-jpeg-dir=SOMEPATH" and try to found jpeg in the SOMEPATH .
Probably you have to change the path to other
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: how to enable php-gd
« Reply #2 on: February 25, 2019, 05:29:51 AM »
hello sir please help me. php-gd not enable. error imagecreatefromjpeg()  :'( I have tried many ways in google. but all have not been successful php I am using php 5.5.11 vidmate if anyone could help me

I have this error in my cms GD is not present image manipulation disabled so I can't work with images the way I worked on old server

Offline
*
Re: how to enable php-gd
« Reply #3 on: April 17, 2023, 10:38:36 AM »
Enabling PHP-GD is a relatively straightforward process. Here are the steps:

First, check whether PHP-GD is already installed on your server by running the following command in the terminal:
css
Copy code
php -m | grep -i gd
If the output shows "gd", that means PHP-GD is already installed. If not, you'll need to install it.

To install PHP-GD, run the following command in the terminal:
arduino
Copy code
sudo apt-get install php-gd

for more information visit this website:https://techinstructs.com/