[TYPO3-dev] bug: Typo 3.8.1 src package. Elements not hideable

René Rossi rossi at uni-wuppertal.de
Thu Mar 9 15:37:36 CET 2006


Hi,

i've recognized some bug in the official typo3.8.1 tar-source package 
wich is downloadable at the moment.

In this Version it is unable to hide elements in the backend couse the 
called function imagemagickcommand in
t3lib/class.t3lib_iconworks.php is not found.
as result of this no further work in the backend on pages with this 
content is posible.

the call in t3lib/class.t3lib_iconworks.php on line 453 should not be:

$cmd = t3lib_exec::imageMagickCommand('combine', '-compose over 
'.$tempBaseName.'_cpImg.png '.$tempBaseName.'_im.png 
'.$tempBaseName.'_out.png ');

the right one here where:

$cmd = t3lib_div::imageMagickCommand('combine', '-compose over 
'.$tempBaseName.'_cpImg.png '.$tempBaseName.'_im.png 
'.$tempBaseName.'_out.png ');


regards

-- 
René Rossi

@ computational design GmbH
Robertstraße 5a
42107 Wuppertal
Germany 

Tel: +49 - (0) 202 - 75 85 0 - 42
Fax: +49 - (0) 202 - 75 85 0 - 11 






More information about the TYPO3-dev mailing list