I can add CAPTCHA to my form but the picture doesn't show. I'm getting 1-2 spam registrations a day & would like to stop them. Email works just fine... I get these registrations.
USING:
BreezingForms 1.6.5 Stable (build 723) [Trinity]
NO SERVER ERRORS:
"Your CGI error log is currently empty." It is turned on.
I viewed the other thread & tried the suggestions there, but with no better results.
ONE: TTF is supported/enabled:
'./configure' '--prefix=/usr/local/lib/php-5.2.4' '--without-apache' '--with-mysql=/usr' '--with-mysqli' '--with-gd' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-tiff-dir=/usr' '--disable-debug' '--enable-discard-path' '--enable-inline-optimization' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-memory-limit' '--with-regex=system' '--with-zlib' '--enable-ftp' '--enable-sockets' '--enable-magic-quotes' '--with-gettext' '--enable-wddx' '--with-gdbm' '--with-db4' '--with-freetype-dir=/usr' '--with-curl=/usr' '--with-mhash' '--with-xsl' '--enable-calendar' '--with-mcve' '--with-dom' '--with-iconv' '--with-xmlrpc' '--with-mcrypt' '--with-bzip2' '--with-ming=/usr' '--with-pspell' '--with-openssl' '--with-ttf' '--with-freetype-dir=/usr' '--enable-gd-native-ttf' '--with-imap' '--with-kerberos' '--with-imap-ssl' '--enable-bcmath' '--enable-dbase' '--enable-exif'
TWO: I changed:
JROOT/components/com_facileforms/images/captcha/securimage.php
Browse to around line 144 and change this code:
var $use_gd_font = false;
to this
It created errors in my CGI error log & didn't make the CAPTCHA work.
THREE: I verified that the permissions were set at 755 for the two ff_secimage.php files.
FOUR: No SEO components are installed.
Here is the link to my form:
www.asm-utoledo.org/index.php?option=com_facileforms&Itemid=89
Any other suggestions to get this to work?
Thanks,
Kim