[TYPO3-core] RFC: 6307, Install tool loops
Franz Holzinger
franz at fholzinger.com
Mon Sep 24 12:18:48 CEST 2007
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.
- Franz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 6307.diff
Type: text/x-patch
Size: 612 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20070924/393711e1/attachment.bin
More information about the TYPO3-team-core
mailing list