[TYPO3] * PROBLEM IDENITIFIED !!! : Install tool loops with PHP 5.2.4 and Apache 2.0.59
Peter Russ
peter.russ at 4many.net
Tue Sep 18 16:58:46 CEST 2007
--- Original Nachricht ---
Absender: Sim
Datum: 18.09.2007 16:41:
>> Question: why is there no ttf support on your system? Did you install
>> freetype.org libs? It seems that you PHP disti comes without support for
>> that :-(
>>
>> Regs. Peter.
>
>
> Hi Peter, thanks for reply.
>
> I have freetype-2.2.1 and it isn't normal that Typo3 loops. Isn't it?
>
> I have also checked this script and it work very well on my servers:
>
> <?php
Hm: missing sth like
<?php
if (!function_exists('imagettftext')) die ("function imagettftext does
not exists on this server!");
?>
> header("Content-type: image/png");
> $im = @imagecreate(100, 50)
> or die("Cannot Initialize new GD image stream");
> $background_color = imagecolorallocate($im, 255, 255, 255);
> $text_color = imagecolorallocate($im, 233, 14, 91);
> imagestring($im, 1, 5, 5, "A Simple Text String", $text_color);
> imagepng($im);
> imagedestroy($im);
> ?>
>
> Thanks for next reply :)
Regs. Peter
--
Fiat lux!
Docendo discimus.
_____________________________
4Many® Services
XING: http://www.xing.com/go/invuid/Peter_Russ
More information about the TYPO3-english
mailing list