PHP ver gevorderde |
|
volgens mij helpt het al als ge de eerste error oplost. En ge kunt ook de oplossing bijna uit de error halen:
Citaat: Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/holoshout/domains/holoshout.one2xs.com/public_html/classes/ImageResizer.class.php on line 54
en dat is de lijn code:
$dst = imagecreatetruecolor($this -> tn_width, $this -> tn_height);
$dst = imagecreatetruecolor($this -> tn_width, $this -> tn_height);
dus waarschijnlijk gaan $this->tn_width en/of $this->tn_height leeg zijn |