[Typo3] a strange question for me

zsl vincent zsl339 at hotmail.com
Fri Oct 28 09:36:35 CEST 2005


Hi,sorry about that i can not find the instructions how to enable 
GD/FreeType in PHP manual,and to be honest i am not very familiar with 
PHP,so do you know if there is a tutorial or something like that in the 
internet whick i can read about how to solve this problem.
thank you so much



Dmitry Dulepov wrote:
> 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