-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
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
Captcha font issue #60
Comments
make sure you have created the folder: captcha: public/img/captcha then: setup the captcha form element inside the PasswordResetForm.php I resolved this problem with the after-mentioned. Good Luck. |
Above mentioned code is already there in my code. No Luck. |
have you active the GD php extension? |
Yes it is active. |
hola alguien ya soluciono este error es que no puedo pasar de este error igual tengo activa la extensión gd y el archivo PasswordResetForm.php esta igual. por favor soy nuevo en esto |
I was struggling also with this in Windows. I found out that the 'font' key should be made with realpath() (I believe is an issue with the imagefbbox function). Also, as I did not setup VirtualHost, I had to add './' in the 'imgDir' key $this->add([ Hope this helps! |
thank you friend, excellent contribution it worked correctly |
:) |
Hi,
I'm getting warning error in Reset Password page and couldnt able to reset password.
Warning: imageftbbox(): Could not find/open font in C:\xampp\htdocs\userdemo\vendor\zendframework\zend-captcha\src\Image.php on line 510
Warning: imagefttext(): Could not find/open font in C:\xampp\htdocs\userdemo\vendor\zendframework\zend-captcha\src\Image.php on line 513
Screenshot attached for reference. Please help me on that
The text was updated successfully, but these errors were encountered: