nothing out of the serious norm...
i deleted all the thumbs in the ftp, then regenerated them...all sizes are fine...but still errors, only 2 though
knocked it down to
Code:
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/blinks/public_html/blog/admin/index.php on line 883
Warning: chmod(): No such file or directory in /home/blinks/public_html/blog/admin/index.php on line 885
but i have 7 images posted, it says its creating 8 thumbnails...
tell me the info you need and Ill dig it up, nothing really out of the ordinary though...Im confused...haha
Code:
imagejpeg($img, "../thumbnails/thumb_$file",$cfgrow['compression']);
$thumbimage = "../thumbnails/thumb_$file";
chmod($thumbimage,0644);
lines 883-885