[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:30:42 CEST 2007


--- Original Nachricht ---
Absender:   Sim
Datum:       18.09.2007 16:09:
>> If you need urgent fix, consider sponsoring it. Otherwise wait until it will be fixed in normal order. If you placed issue a week ago, it does not mean it have to be already reviewed or solved. There are many issues in BT that have much longer wating time.
> 
> Hi!
> Solved with:
> 
> --- ../original/typo3/sysext/install/mod/class.tx_install.php
> 2007-07-16 01:31:33.000000000 +0200
> +++ typo3/sysext/install/mod/class.tx_install.php       2007-09-18
> 16:03:15.000000000 +0200
> @@ -2422,7 +2422,7 @@
>                 if (!function_exists('imagettftext'))   return 0;
>  // Return right away if imageTTFtext does not exist.
> 
>                         // try, print truetype font:
> -               $im = @imagecreate (300, 50);
> +               $im = @imagecreatetruecolor (300, 50);
>                 $background_color = imagecolorallocate ($im, 255, 255, 55);
>                 $text_color = imagecolorallocate ($im, 233, 14, 91);
> 
> 
> 
> Who apply this or similar patch to next release?
> Thanks!

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.

-- 
Fiat lux!
Docendo discimus.
_____________________________
4Many® Services
XING: http://www.xing.com/go/invuid/Peter_Russ


More information about the TYPO3-english mailing list