I have installed CMSMS on my freebsd server and installed the Captcha module.
I get a few errors and don't know how to solve them. Please help.
Error 1: when I go to Extensions - Capthcha I see the next error: Your GD library does not have FreeType support
When i switch to hn_captcha and look at the page where the comments should be or at least ad_comment with the captcha switch on I get an empty page.
Error 2: when I go to Extensions - Captcha and I switch the Captcha to PhpCaptcha I see the following error on the comment page:
Fatal error: Call to undefined function: imageftbbox() in /usr/home/philip/domains/poetriewriter.com/public_html/modules/Captcha/lib/phpcaptcha/php-captcha.inc.php on line 296
Hope some one can help me. The GD library is installed on the FreeBSD server.
Thanks
Sebbie
Captcha on FreeBDS with CMSMS
Re: Captcha on FreeBDS with CMSMS
I guess the Accessibility & Usability forum might be the wrong one - especially for this plugin. CAPTCHAS are not accessible (i.e. for human users) and therefore they must not be used. You could use a custom module, for example one that does some simple maths instead.
http://mesh.dl.sourceforge.net/sourceforge/freetype/freetype-2.1.9.tar.gz
http://www.boutell.com/gd/http/gd-2.0.33.tar.gz
Regards,
Nils
The error states that you need gdlib with FreeType support. If you have root access to the server you can download and install them:Sebbie wrote:
Error 1: when I go to Extensions - Capthcha I see the next error: Your GD library does not have FreeType support
When i switch to hn_captcha and look at the page where the comments should be or at least ad_comment with the captcha switch on I get an empty page.
http://mesh.dl.sourceforge.net/sourceforge/freetype/freetype-2.1.9.tar.gz
http://www.boutell.com/gd/http/gd-2.0.33.tar.gz
I would recommend installing the missing FreeType library and consider updating GDlib as well. Not sure what causes this error, but if there is no library to generate a CAPTCHA-image then I would assume that there might be errors both in admin- and in frontend-mode.Sebbie wrote:
Error 2: when I go to Extensions - Captcha and I switch the Captcha to PhpCaptcha I see the following error on the comment page:
Fatal error: Call to undefined function: imageftbbox() in /usr/home/philip/domains/poetriewriter.com/public_html/modules/Captcha/lib/phpcaptcha/php-captcha.inc.php on line 296
Regards,
Nils
Re: Captcha on FreeBDS with CMSMS
You installed gdlib via the ports or as a package?
Install it from the ports and compile with freetype support.
cd /usr/ports/graphics/php5-gd/ && make install clean
Install it from the ports and compile with freetype support.
cd /usr/ports/graphics/php5-gd/ && make install clean
Re: Captcha on FreeBDS with CMSMS
Thanks for your help.
Problems solved and captcha is working fine.
Thanks Again
Sebbie
Problems solved and captcha is working fine.
Thanks Again
Sebbie
Re: Captcha on FreeBDS with CMSMS
I get the same error but not on freebsd but on a hosting server running on linux/unix.
I do not have root access and I wonder if there is another way to get captcha to work because I like to keep my gustbook and comments plugin on the site I have.
Can someone help me please ?
I do not have root access and I wonder if there is another way to get captcha to work because I like to keep my gustbook and comments plugin on the site I have.
Can someone help me please ?