Weird server error 500 for each chunk!

paypal3515

New Member
YetiShare User
Jan 24, 2014
11
0
0
Everything was fine, but suddently, uploads are not working anymore.
It happens when the first chunk finished downloading and the call is made to uploadhandler.php
I attached a sniff of the http requests so that you can check what is wrong in the headers to make the server shoot back a 500.
I am a bit stuck at this point.
 

Attachments

paypal3515

New Member
YetiShare User
Jan 24, 2014
11
0
0
Also having the same problem with non-chunked downloads with define('USE_CHUNKED_UPLOADS', false);
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Strange, I've not seen this before. Do you have any logs on the server for the 500 error?
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
I noticed you're also on IIS. We test on Apache and don't officially support IIS, although I'll do my best to help.
 

paypal3515

New Member
YetiShare User
Jan 24, 2014
11
0
0
Ok, working!
It was a typo error in the upload.class.php, all my fault!

Btw what about updating to the latest jquery.upload version? I noticed some improvement. I guess in the next version?
 

paypal3515

New Member
YetiShare User
Jan 24, 2014
11
0
0
and btw your script is working on windows 2008 r2 sp1, and I think all the windows version.
The specific specs are to use IISModrewrite to support the url formating and set the MySQL database in non-strict mode. Everything else is fine. I am beta testing now with about 20 customers, and so far so good. If you have any customers asking questions or having problems with Win, let me know I will help as much as I can.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
paypal3515 said:
Btw what about updating to the latest jquery.upload version? I noticed some improvement. I guess in the next version?
I'll take a look at updating it, assuming none of the other plugins are affected.

Thanks for the feedback about Windows 2008 and the offer of help aswell. :)