My server meets all the specs. Sessions are good.
not sure what is wrong. I get no image created, and when I point to the php file in the browser, I get the alt text.
is there some special php settings I need to make this work? would be nice to know what setups are being used to make captcha work as it should.
OK I solved this problem.
I needed to edit CaptchaSecurityImages.php
the font path needed to be the full uri to the file on my server. w/e
var $font = '/home/***/public_html/***.com/captchatest/monofont.ttf';
on my nix install
Log in to post a comment.
My server meets all the specs. Sessions are good.
not sure what is wrong. I get no image created, and when I point to the php file in the browser, I get the alt text.
is there some special php settings I need to make this work? would be nice to know what setups are being used to make captcha work as it should.
OK I solved this problem.
I needed to edit CaptchaSecurityImages.php
the font path needed to be the full uri to the file on my server. w/e
var $font = '/home/***/public_html/***.com/captchatest/monofont.ttf';
on my nix install