PDA

View Full Version : humman verification picture is blank please help


matrex_722
Sat 5th Apr '08, 11:00am
hi

why humman verification picture is blank ? and the words or numbers doesnt appear

my GD is working so fine

Steve Machol
Sat 5th Apr '08, 3:52pm
It would help if you provided a link.

matrex_722
Sun 6th Apr '08, 4:58am
http://www.7elm3aber.com/vb/sendmessage.php

http://www.7elm3aber.com/up/uploads/7elm3aber_dnDyGkUbfr.jpg

please help me

Wayne Luke
Sun 6th Apr '08, 12:27pm
This is caused by Freetype 2 support not being compiled into PHP and requires PHP to be recompiled. Most likely the original PHP configure string contained --with-freetype but this usually only enables support for Freetype version 1, which does not support True Type fonts.

To enable Freetype 2 support (assuming that the server has the Freetype 2 libraries installed), this part of the configure string neeeds to be removed and replaced with (normally) --with-freetype-dir=/usr

To find out if a Linux server has Freetype 2 support, run locate freetype2 at the command line and look for some results, usually in /usr/include/freetype2.