Jump to content
xt:Commerce Community Forum

probleme beim bilder upload


Recommended Posts

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

$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 signquestion3xd.gif

Link to comment
Share on other sites

Originally posted by Dante z@Jul 4 2005, 10:17 PM

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

kann mir jemand einen tipp geben was ich da machen kann ??

ich bin eher ratlos signquestion3xd.gif

Quoted post

Link to comment
Share on other sites

Originally posted by chpohl@Jul 6 2005, 01:48 PM

hhmmm ... hast du bei den Bildgr??en ?berall Angaben ?ber 0 drin? w?r noch ne Idee so ins Blaue

Quoted post

mir ist nicht wirklich klat wie du das meinst der fehler tritt so

$this->mm = ($this->md[2] < 4) ? ($this->md[2] < 3) ? ($this->md[2] < 2) ? imagecreatefromgif($this->mi) : imagecreatefromjpeg($this->mi) : imagecreatefrompng($this->mi) : Null;
in der zeile:/admin/includes/classes/image_manipulator.php on line 177 auf.
Link to comment
Share on other sites

Fatal error: Call to undefined function: imagecreatefromgif() in /xxx/xxx/xxxx/xxxxl/xxxxxxxxxx/admin/includes/classes/image_manipulator.php on line 177

so das ist die komplette fehlermeldung.

die dur x ersetzten daten sind nich relevant

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...