I've come across an error today while uploading images to my site. The full sized images are displaying properly but the thumbs that the script is supposed to generate are displaying as all black. Not quite sure what is going on. Is anyone able to help or guide me along? Error Message: Here is the code on line 66 in the batch.php file: list($width,$height) = getimagesize(URL.'imgs/'.$file1); Code (markup):
It seems that script is not able to find image. Check your image path in this line getimagesize(URL.'imgs/'.$file1);
Thanks for the guidance greatlogix. I managed to fix it. A little green coming your way for your help.