Page 1 of 1

Graphical Text troubles

Posted: Tue 1. Nov 2005, 20:45
by BasherBradley
I've looked around and a number of people have come across my problem before : I'm having the

Call to undefined function: imagettfbbox() in [path] error.

Now, for most people upgrading the version of PHP has solved the issue, hhowever I have done this, and am now running PHP version 4.4.0 but still having the same problem.

I assume I need to add extra components somewhere? How do I go about doing this?

Regards,

James

Posted: Wed 2. Nov 2005, 08:24
by Oliver Georgi
check your phpinfo for support of freetype and GD2. This might solve your problem.

Oliver

Posted: Wed 2. Nov 2005, 09:48
by BasherBradley
Just checked and I can't see either of them.

How do I add support for these?

Regards,

Posted: Wed 2. Nov 2005, 09:57
by Oliver Georgi
Check PHP documentation.

Oliver