I try to make for email form with captcha for prevent spam bot.
But when I try I get this error:
PHP Fatal error: Call to undefined function: imagettfbbox()in /home/....../public_html/test/captcha.php on line 19
I think something about "GD and freetype/truetype libraries", then I try to cek php info at dathorn cpanel, I found the GD but don't find the freetype or true type support.
Is my thought right?
If right, can dathorn enable the truetype/freetype support ?
Regards,
Dave
But when I try I get this error:
PHP Fatal error: Call to undefined function: imagettfbbox()in /home/....../public_html/test/captcha.php on line 19
I think something about "GD and freetype/truetype libraries", then I try to cek php info at dathorn cpanel, I found the GD but don't find the freetype or true type support.
Is my thought right?
If right, can dathorn enable the truetype/freetype support ?
Regards,
Dave
Comment