How to solve this error in POSTMAN: "the PHP GD extension is required, but is not installed"

26 Views Asked by At

I got this problem in POSTMAN when I try to do a GET petition to get a base64 string (I want to obtain a PDF file), I´m using XAMPP and WINDOWS 11.

In XAMPP I've already have installed and enabled GD extension and have the same error message in postman. Even in my php.ini file and the environment one too.

Can someone help me?

PD: I have tried with laragon server too but does not work. And I have PHP 8.0.30

Here is my php info Here the dll extension in xampp/php/ext

I have reinstalled xampp and laragon. But does not work and Im expecting to get a base64 string from my postman api.

0

There are 0 best solutions below