In
/includes/functions_gallery_imageedit.php
Around line 325
Code:
Content visible to verified customers only.
This regular expression breaks mass uploads.
A file named
aphoto (1).jpg
Gets out of this regexp named
aphoto1.jpg
The rest of the upload process can't file the file, and bugs with the first error message (usually "
image too small, 0x0")
in upload.php
Code:
Content visible to verified customers only.
Removing the regexp completely solves my problem (I only use mass uploads)
This bug existed in my 2.0 install as well...
There must be a "clean" fix for this...