We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Guys!!!
I see there is an error in php 7.4 version with Call to undefined function Gregwar\Captcha\imagejpeg()
this error is coming up on line number 565 in below file vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php
Can you please see it and fix it !!!
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
Did you install the php-gd extension?
php-gd
Sorry, something went wrong.
yes I have it installed already. Thanks for a fast response.
I think the issue seems to be with php 7.4.2 version GD extension when I Installed it from cpanel.
in that version they do not automatically enable the jpeg support.
so I think this issue can be closed from your side.
Thanks for a nice library.
when you install php7.4.x, ./configure -enable-gd --with-jpeg ..and so on.. function imagejpeg need '--with-jpeg'
No branches or pull requests
Hello Guys!!!
I see there is an error in php 7.4 version with Call to undefined function Gregwar\Captcha\imagejpeg()
this error is coming up on line number 565 in below file vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php
Can you please see it and fix it !!!
Thanks
The text was updated successfully, but these errors were encountered: