Re: XFileSharing Pro
This topic is already discussed, but I am still unable to fix it. Sometimes I can see progress bar, but sometimes I cannot.
I found a interesting result. I am using FireFox.
After I press the Upload button, I see
"Initializing Upload..."
Then, "Transfer Completes!" comes up immediately.
There is a gray blank area under that text. When I right click there, and choose "This Frame" ---> "Show only this frame," I could see the progress bar.
IE does not have this option, and I could not try it.
It seems to be related to iframe or html.
Can anybody help me to fix this?
XFileSharing Pro - "Transfer Completes" appears immediately without p
Error Log from the server
Hello.
I got the following error when I tried to upload 65MB zip file. I think it was successfully uploaded, but I did not see an progress bar. It showed "Transfer Completes!" and I had to wait to be completed.
System Administrator gave me a comment about the scrip error. Could you advise me what I should do?
Thank you.
----------------------------------------------------------
Here is a summary of the errors generated by that script. It is not complete,
but the error log is basically the same two errors repeated over and over
again:
[Wed Jun 11 20:23:25 2008] [error] [client 72.66.26.24] Argument "" isn't
numeric in division (/) at upload_status.cgi line 137., referer:
http://www.blessingamerica.org/cgi-bin/ ... _type=file
[Wed Jun 11 20:23:25 2008] [error] [client 72.66.26.24] Use of uninitialized
value in concatenation (.) or string at upload_status.cgi line 100., referer:
http://www.blessingamerica.org/cgi-bin/ ... _type=file
I would advise you to contact the script vendor regarding this issue, it
appears to be a problem with the cgi code. Please let me know if there's
anything else I can do for you. Thanks!
I got the following error when I tried to upload 65MB zip file. I think it was successfully uploaded, but I did not see an progress bar. It showed "Transfer Completes!" and I had to wait to be completed.
System Administrator gave me a comment about the scrip error. Could you advise me what I should do?
Thank you.
----------------------------------------------------------
Here is a summary of the errors generated by that script. It is not complete,
but the error log is basically the same two errors repeated over and over
again:
[Wed Jun 11 20:23:25 2008] [error] [client 72.66.26.24] Argument "" isn't
numeric in division (/) at upload_status.cgi line 137., referer:
http://www.blessingamerica.org/cgi-bin/ ... _type=file
[Wed Jun 11 20:23:25 2008] [error] [client 72.66.26.24] Use of uninitialized
value in concatenation (.) or string at upload_status.cgi line 100., referer:
http://www.blessingamerica.org/cgi-bin/ ... _type=file
I would advise you to contact the script vendor regarding this issue, it
appears to be a problem with the cgi code. Please let me know if there's
anything else I can do for you. Thanks!
Re: Error Log from the server
Email us FTP info, will take a look. Looks like something wrong with installation.ttanemori wrote:Hello.
I got the following error when I tried to upload 65MB zip file. I think it was successfully uploaded, but I did not see an progress bar. It showed "Transfer Completes!" and I had to wait to be completed.
System Administrator gave me a comment about the scrip error. Could you advise me what I should do?
Thank you.
----------------------------------------------------------
Here is a summary of the errors generated by that script. It is not complete,
but the error log is basically the same two errors repeated over and over
again:
[Wed Jun 11 20:23:25 2008] [error] [client 72.66.26.24] Argument "" isn't
numeric in division (/) at upload_status.cgi line 137., referer:
http://www.blessingamerica.org/cgi-bin/ ... _type=file
[Wed Jun 11 20:23:25 2008] [error] [client 72.66.26.24] Use of uninitialized
value in concatenation (.) or string at upload_status.cgi line 100., referer:
http://www.blessingamerica.org/cgi-bin/ ... _type=file
I would advise you to contact the script vendor regarding this issue, it
appears to be a problem with the cgi code. Please let me know if there's
anything else I can do for you. Thanks!
-
- Posts: 4
- Joined: Jun 17, 2008 3:37 am
-
- Posts: 7
- Joined: Jun 27, 2008 10:03 am
-
- Posts: 7
- Joined: Jun 27, 2008 10:03 am
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Ok, here's quick hack that will probably help you guys:
in upload_status.cgi find
and replace 7 with 20 or 30. This is timeout for "Transfer Completes!" message.
Probably upload.cgi process slows down sometimes and flength file creating with a delay.
in upload_status.cgi find
Code: Select all
my $timeout = $ENV{QUERY_STRING}=~/upload_type=url/i ? 60 : 7;
Probably upload.cgi process slows down sometimes and flength file creating with a delay.
-
- Posts: 2
- Joined: Aug 04, 2008 5:26 am
I have this problem in Firefox if uploading 3 or more files with 700MB each. But if upload 2 files with 700MB each, this symptom does not occured. Already change the:
my $timeout = $ENV{QUERY_STRING}=~/upload_type=url/i ? 60 : 7;
From 7 to 30. The problem persist.
P.S: In IE, there is no "Transfer Complete" message, just a blank box
my $timeout = $ENV{QUERY_STRING}=~/upload_type=url/i ? 60 : 7;
From 7 to 30. The problem persist.
P.S: In IE, there is no "Transfer Complete" message, just a blank box
-
- Posts: 2
- Joined: Aug 04, 2008 5:26 am
-
- Posts: 1
- Joined: Aug 29, 2008 11:22 pm
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
same problem
I have the same problem sometimes.
But until now only with Safari-Browser on Mac. The size of the files doesn't matter. Any Ideas? Thank you!
But until now only with Safari-Browser on Mac. The size of the files doesn't matter. Any Ideas? Thank you!