GD library extension not available

I’m using version 3.6, when I try to register a user it’s saying that the GD library is not installed.

As radsystem runs outside of xampp I don’t know where to enable this extension.

*C:\Users\Toshiba\Documents\RadSystems\PHPRad Classic Projects\gap*
Intervention\Image\Exception\NotSupportedException
GD Library extension not available with this PHP installation.

@George This is not a bug. Radsystems Studio uses the PHP you have set as your command line PHP. if the PHP you have in your xampp is the only one you installed on your pc then it is the one used as your command line PHP and that is the one Radsystems Studio uses. you need to make sure the GD library is enabled in your php.ini file. Here is a link php - Laravel Intervention Image GD library extension - Stack Overflow that explains more.

1 Like