[Typo3-dev] Bug in class.t3lib_iconworks.php:453?
Christoph Moeller
moeller at network-publishing.de
Mon Nov 14 12:42:23 CET 2005
Hi all,
while installing Timtab we just discovered a PHP error message in the
backend when changing the news item type to "Blog entry" (this might
happen at other places, as well). t3lib/class.t3lib_iconworks.php,
function imagecopyresized() throws "call to undefined function
imagemagickcommand...in line 453" - that line calls
t3lib_exec::imagemagickcommand(), which of course should be
t3lib_div::imagemagickcommand(), shouldn't it?
Changing the according line to t3lib_div::... solved the problem.
The affected T3-Versions I tested this on are 3.8.0 and 3.8.1.
Can anyone confirm this? In that case I'll open a bug with the udiff
attached.
Cheers,
Chris
More information about the TYPO3-dev
mailing list