[Typo3] a strange question for me

Dmitry Dulepov typo3 at fm-world.ru
Fri Oct 28 08:54:17 CEST 2005


Hi!

zsl vincent wrote:
> Hi
> what does that exactly mean,and how to solve this problem?
> vincent
>> zsl vincent wrote:
>>
>>> "Fatal error: Call to undefined function ImageTTFBBox() in
>>> D:\WEB_NEW_Design\install_3_8_0\t3lib\class.t3lib_stdgraphic.php on line
>>> 922"
>>
>> FreeType is not compiled with GD into PHP.

GD is a library to porcess mages. Freetype is a library to work with
fonts. PHP usually comes with GD+freeType librarary compiled into it. It
means that you can use functions with names starting from "image" or
functions with "TTF" in their names. If "TTF" functions do not work you
probably do not have FreeType compiled into PHP or totally missing GD
library.

You can find instructions how to enable GD/FreeType in PHP manual. I do
not think copying this text here would a right idea.

Dmitry.



More information about the TYPO3-english mailing list