Captcha not displaying

hi all, my captcha is now showing at all, thus no one can send a message through the form. where do i start to look?



“www.easygardener.co.nz/contact-us.html”



Craig

Server configuration. I’m guessing that you host lacks some necessary php modules. best you look in the KB

[quote name=‘craiglove’]hi all, my captcha is now showing at all, thus no one can send a message through the form. where do i start to look?



“www.easygardener.co.nz/contact-us.html”



Craig[/QUOTE]

Hey,



Check this posted, when I was having the same problem.



[url]http://forum.cs-cart.com/showthread.php?t=15622[/url]

After upgrade mine was generating this erro

Fatal error: Call to undefined function imagefttext() in /home/hiviscou/public_html/lib/captcha/captcha.php on line 329



CS Cart said to do this…

It seems that the problem occurs because the standard PHP “imagefttext” function does not work on your server. It can be caused by the fact that there is no --enable-gd-native-ttf key installed on your server. CS-Cart uses GD Library for displaying the verification image. Please note that PHP must be configured with the following keys:



–with-gd --enable-gd-native-ttf



Contact your host to make the change





JOhn