[TYPO3-bugs] Install tool hangs because of ImageTTFText test
Franz Holzinger
franz at fholzinger.com
Mon Sep 24 11:39:07 CEST 2007
Hello,
the install tool hangs with the current svn on Mandriva 2007.1.
http://qa.mandriva.com/show_bug.cgi?id=34013
It hangs if you click on the 'Database Analyzer'.
http://typo3.svn.sourceforge.net/viewvc/typo3/TYPO3core/trunk/typo3/sysext/install/mod/class.tx_install.php?view=log
class.tx_install.php:
Comment out the line in function isTTF:
// $test = @imagettftext($im, t3lib_div::freetypeDpiComp(20), 0, 10, 20,
$text_color, PATH_t3lib."/fonts/vera.ttf", 'Testing Truetype support');
So this proves that the PHP function call imagettftext runs into an
endless loop.
But how should a patch be written for this?
- Franz
More information about the TYPO3-team-bugs
mailing list