PDA

View Full Version : Captcha Image doesn't load!


yabsoft
08-02-2006, 04:42 PM
First, check if your server install GD which need complied with PHP.
Captcha Image need GD to work!

If GD is installed,check http://yoursite.com/captcha.php (http://yoursite.com/captcha.php,if), if it shows the below error:
Could not find/open font ,
you can edit captcha.php,line 60,
if(!function_exists('ImageTTFText')) Change to
if(!function_exists('ImageTTFText')||1)