| Bulk upload error
I was having some problems with bulk upload, because my permissions were wrong, but I found another issue.
The file I was trying to upload was IMG_0660.jpg. Here are the error messages I was getting:
Warning: getimagesize(/home/genecau0/public_html/photos/uploads/1/IMG_06601.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /home/genecau0/public_html/photos/image-inc.php on line 247
Warning: Division by zero in /home/genecau0/public_html/photos/image-inc.php on line 292
Warning: getimagesize(/home/genecau0/public_html/photos/uploads/1/IMG_06601.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /home/genecau0/public_html/photos/image-inc.php on line 91
Warning: unlink(/home/genecau0/public_html/photos/uploads/1/IMG_06601.jpg) [function.unlink]: No such file or directory in /home/genecau0/public_html/photos/image-inc.php on line 103
It is displaying filename.ext as filename1.ext. As I said, once I fixed my permissions the errors went away, but why is it adding a 1 into the file name?
|