[TYPO3-german] $this->cObj->IMAGE($img) geht net?`

Manfred Rutschmann manfred.rutschmann at hps-systemtechnik.de
Wed Oct 10 13:47:30 CEST 2007


Hallo Liste,

mal wieder ein doofes Problem:

$file = $uploadPath.$row1['image'];
$img["file"] = $file;
$img['params'] = $this->pi_classParam('image');
$img['altText'] = $row['name'];
$img['titleText'] = $row['name'];
$img['imageLinkWrap'] = 1;
$img['file.']['maxW']= 75;
$img['file.']['maxH']= 75;

Das Array wird korrekt gefüllt.

$markerArray["###IMAGE###"] = $this->cObj->IMAGE($img);

Bringt aber keine Ausgabe.

$image = = $this->cObj->IMAGE($img);

$imge ist leer, da kommt nix zurück. Hab das schon mehrfachst verwendet, 
nur in der jetzigen extension tut sich da nix. Hab ich was verpasst, hat 
sich was geändert?!?

Kann sich das jemand bitte anschauen?

Danke und Gruß
Manfred


More information about the TYPO3-german mailing list