[TYPO3-core] RFC: 6307, Install tool loops
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Wed Sep 26 09:36:03 CEST 2007
Franz Holzinger schrieb:
> This is a SVN patch request.
> Type: Bugfix
> Description:
> The install tool hangs in the 'Database Analyzer'.
> The function call of imagettftext hangs.
> $test = @imagettftext($im, t3lib_div::freetypeDpiComp(20), 0, 10, 20,
> $text_color, PATH_t3lib."/fonts/vera.ttf", 'Testing Truetype support');
> Branches: Trunk
> Bugtracker http://bugs.typo3.org/view.php?id=6307
> Solution:
> Use the function imagecreatetruecolor before the call of imagettftext
> instead of the function imagecreate. The use of this is recommended by
> php.net.
Your comments here http://qa.mandriva.com/show_bug.cgi?id=34013 show that
there is another solution: use the bundled GD, not the external.
Masi
More information about the TYPO3-team-core
mailing list