[TYPO3] * PROBLEM IDENITIFIED !!! : Install tool loops with PHP 5.2.4 and Apache 2.0.59
Sim
simvirus at gmail.com
Tue Sep 18 16:09:12 CEST 2007
> 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!
More information about the TYPO3-english
mailing list