lincanbin/Carbon-Forum

php -gd not enabled/working

Closed this issue · 1 comments

Just downloaded it (8:06 am
Tuesday, 13 September 2022 ) and it says

"Your PHP doesn't support gd extension, this program does not work!"

What could be the solution???

Here is the solution:

1- Open Xampp Control Panel.
2- Select the Config button.

Capture

3- From there goto php.ini file.
4- The Textfile is now opened now search

;extension=gd

found

5- If found then change it to extension=gd
ie: remove the semi-colon

6- If it is not present then add extension=gd

7- Save the file and restart apache.

Your Problem will be fixed. 🙂