neeeddd help!!!

polarubi

New Member
hello my request for help ... Yahoo_Answers_Clone install on my vBulletin forum

at the time of registration and tells me an error that put the captcha code

but not the image appears to be .... this error

Fatal error: Call to undefined function imageftbbox() in /home/leandro/public_html/answers/includes/classes/php-captcha.inc.php on line 296

in line 296 appears as follows

$aCharDetails = imageftbbox($iFontSize, $iAngle, $sCurrentFont, $this->sCode[$i], array());

help plz

thanks
 

TMC

New Member
I think that your PHP isnt compiled with freetype, thus it wont work.
Go to vB admincp->maintance->view php info and then scroll down to GD info.

You should see something like this if freetype support is enabled:
gd

GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.9
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled

If that ain't the problem, then i don't know what's wrong :)
 
Top