Error #2038 - Cannot upload in a batch

Serentico

Joined: 2009-08-26
Posts: 13
Posted: Fri, 2009-11-13 07:29

Hi,

I'm receiving an Error #2038 for multiple uploads. It only happens when I upload in a batch. I'm using the latest experimental version (as of now).

I have a php.ini in both the var and gallery3 directory (which doesn't exist as I have my gallery installed at the root (public_html).

php.ini:

file_uploads = On
post_max_size = 100M
upload_max_filesize = 100M
memory_limit = 100M
max_execution_time = 600
max_input_time = 600
default_socket_timeout = 240
register_globals = On

The exact error is:

* IMG_0549.JPG - Error occurred communication with the server, error IO: Error #2038
* IMG_0548.JPG - Error occurred communication with the server, error IO: Error #2038
* IMG_0453.JPG - Error occurred communication with the server, error IO: Error #2038

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22892
Posted: Mon, 2009-11-16 04:55

Some ideas here:
http://swfupload.org/forum/generaldiscussion/1481
but in general it seems that "you can get 2038 for any network connection failure so it's cause can be hard to determine."

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22892
Posted: Sat, 2009-12-05 17:28

Fixed:
http://sourceforge.net/apps/trac/gallery/ticket/926

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team