Timed out: connect error, but still uploaded pictures Timed out: connect error, but still uploaded pictures
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Timed out: connect error, but still uploaded pictures

Started by ronronmx, September 22, 2008, 03:12:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ronronmx

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


etienne_sf

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

ronronmx

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