Hi,

I have recently installed the CAPTCHA TTF mod on version 1.3.8 and when I visit my contact page, I now get a HTTP 500 error.

Interestingly, if I comment out the following code

if (is_object($captcha) && !$captcha->validateCaptchaCode())) {
$error = true;
$messageStack->add('contact', ERROR_CAPTCHA);
}

from file includes/modules/pages/contact_us/header_php.php
I get my contact page back but the CAPTCHA validation code doesn't work (no surprise)

Anyone have any ideas why this might be ?

Thanks,

Andy