coppermine-gallery.com/forum

Support => cpg1.4 plugins => cpg1.4.x Support => Older/other versions => cpg1.4 JUpload by etienne_sf => Topic started by: ronronmx on September 22, 2008, 03:12:19 AM

Title: Timed out: connect error, but still uploaded pictures
Post by: ronronmx on September 22, 2008, 03:12:19 AM
Hi,
This is the first time I run into this problem:

I was uploading about 30 pictures, about 1280x960 and less then 500K for most of them. My settings on my server are set pretty high for image size and all, so I can upload pretty big pics. After about 24 pictures uploaded, I got the error message below:

"java.net.ConnectException: Connection timed out: connect"

Does this error have anything to do with the following options inmy php.ini file?

max_execution_time = 60     ; Maximum execution time of each script, in seconds
max_input_time = 90   ; Maximum amount of time each script may spend parsing request data
memory_limit = 32M      ; Maximum amount of memory a script may consume (32MB)

If not, what can I do to get rid of the error? I should say that after I got the error and clicked ok, I was able to finsih uploading the rest of my images (about 6 of them), and when I checked my album, all of the images had been uploaded.

Thx for your time!
Stephane

Title: Re: Timed out: connect error, but still uploaded pictures
Post by: etienne_sf on September 22, 2008, 09:13:11 PM
Hi,

You don't say which JUpload version you're using. One network parameter changed in JUpload, but I did not dig in older version to search when it was.

If it occurs once, it can be simply a temporary problem.
If it occurs everytime (or simply often), please give me an account, and I'll look there.

  But, as you're the first to say that I think it's once only.


Can you confirm that you loose no pictures ? 
If yes, then the problem is minor.

Etienne
Title: Re: Timed out: connect error, but still uploaded pictures
Post by: ronronmx on September 22, 2008, 09:42:15 PM
Quote from: etienne_sf on September 22, 2008, 09:13:11 PM
Hi,

You don't say which JUpload version you're using. One network parameter changed in JUpload, but I did not dig in older version to search when it was.

If it occurs once, it can be simply a temporary problem.
If it occurs everytime (or simply often), please give me an account, and I'll look there.

  But, as you're the first to say that I think it's once only.


Can you confirm that you loose no pictures ? 
If yes, then the problem is minor.

Etienne

Etienne,
Sorry I didn't let you know which version I'm using! I have version 3.2.3 installed (your latest right?). So far this only happened once, and I can confirm I didn't loose any pictures. I also change the numbers below since this happened:

max_execution_time = 600     ; Maximum execution time of each script, in seconds
max_input_time = 660   ; Maximum amount of time each script may spend parsing request data
memory_limit = 100M      ; Maximum amount of memory a script may consume (32MB)

I have uploaded over 200 pictures at a time with no error so far. If this happens again, I will let you know.
Thx for your time!
Stephane