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
Posts: 22892
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
Posts: 22892
Fixed:
http://sourceforge.net/apps/trac/gallery/ticket/926
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team