if you do not see the captcha
-
open file captcha_images.php
and change
var $font = 'monofont.ttf';
to
var $font = './monofont.ttf';
“..Depending on which version of the GD library that PHP is using, it may attempt to search for files that do not begin with a leading ‘/’ by appending ‘.ttf’ to the filename and searching along a library-defined font path..” (https://www.php.net/manual/en/function.imagettfbbox.php)
- The topic ‘if you do not see the captcha’ is closed to new replies.