View Single Post
Old August 16th, 2007, 11:01 AM   #1 (permalink)
sebulba
Junior Member
Verified Customer
 
Join Date: Jan 2004
Posts: 14
Exclamation mass upload regular expression

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...
sebulba is offline