ich hab images_fixed_size mit dieser Image_manipulator.php f?r GDlib 1.6+ installiert, klappt soweit auch alles hervorragend nur bekomme ich eine fehlermeldung sowie ich neue bilder hochladen will
/admin/includes/classes/image_manipulator.php on line 177
Zitat:
|
$this->mm = ($this->md[2] < 4) ? ($this->md[2] < 3) ? ($this->md[2] < 2) ? imagecreatefromgif($this->mi) : imagecreatefromjpeg($this->mi) : imagecreatefrompng($this->mi) : Null;
|
kann mir jemand einen tipp geben was ich da machen kann ??
ich bin eher ratlos