Closed (fixed)
Project:
CAPTCHA
Version:
6.x-1.0-rc2
Component:
Image Captcha (image_captcha)
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 May 2008 at 21:01 UTC
Updated:
1 Jun 2008 at 10:37 UTC
Hello,
I've just enabled the module on a Drupal 6.2 installation and it works with the huilt-in font, but not with a custom font.
I have the module enabled on a Drupal 5.x site and it works just fine with the exact same font. I've also tried other fonts and get the same result, so I guess there's nothing wrong with the font file. Nor with the browser (tried it under Opera and Firefox)
Also, I've enabled the dev version (6.x-1.x-dev) and, again, the image doesn't get displayed.
Any suggestion would be highly appreciated.
Alexei
Comments
Comment #1
soxofaan commentedDoes your Drupal 6.2 work with other fonts?
What do you precisely mean with "not working"? You don't get an image, or you get an empty image, with only the line or point noise for example?
Comment #2
Alexei commentedWith the built-in font the image gets displayed.
With any other font, it doesn't (tried with DejaVuSans which works on my Drupal 5.x installation and Arial). As if the image is not even created.
The noise is not enabled. Even if I enable it, I still don't get any image.
Comment #3
Alexei commentedFound the issue. just tried it on my local machine and, since it worked, I checked the PHP configuration and found out that on the remote server the FreeType library is not installed.
I'm sorry I haven't checked this before. Thank you for your time.