Hallo,
ich habe ein Script und dieses bricht !ohne Fehlermeldung! einfach ab.
An was kann das liegen...
// funktioniert manchmal nicht
$bild = imagecreatetruecolor($produktbildx, $produktbildy);
$white = imagecolorallocate($bild, 255, 255, 255);
imagefill($bild, 1, 1, $white);
// funktioniert
$bild = imagecreatetruecolor($produktbildx, $produktbildy);
//$white = imagecolorallocate($bild, 255, 255, 255);
//imagefill($bild, 1, 1, $white);