Can't upload (with Uniupload)

Found a bug with the site? Let me know!
Post Reply
User avatar
FuxieDK
Census Taker
Posts: 659
Joined: Thu May 22, 2008 11:36 am
Location: Copenhagen, DK

Can't upload (with Uniupload)

Post by FuxieDK »

Code: Select all


Looking for file
IP&#58; 2.110.27.122<br>
United States<br>
2.110.27.122 - us - 
File appears to be valid, checking your version number.
Checking your file
Found CensusPlus Database
Found CensusPlus Info Data
Found Locale => Locale&#58; EU <Found> Version&#58; 6.2.0 <=
Attempting to make entry

Getting User/pass
Username &#58; FuxieDK<Error> Unable to query &#58; You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3 on line&#58; 285 of /home/wrlogin/html/uniupload.php
Doing census mainly on Draenor; Raluf - Nimsay - Lusmo - Quixx - Sosyan - Garthog - Trubin - Zalistra - Zesmi and Djaang

User avatar
FuxieDK
Census Taker
Posts: 659
Joined: Thu May 22, 2008 11:36 am
Location: Copenhagen, DK

Post by FuxieDK »

Just tried manual upload... That worked..
Doing census mainly on Draenor; Raluf - Nimsay - Lusmo - Quixx - Sosyan - Garthog - Trubin - Zalistra - Zesmi and Djaang

Balgair
Araiceil
Posts: 1716
Joined: Fri Sep 30, 2005 11:47 am
Location: UK

Post by Balgair »

Usually that error code happens when you've tried to upload too close together - I see on your profile that you have two uploads seven minutes apart, so maybe that's the cause? Not sure why it's different by uploading via the site than UniUploader, granted, but that might at least be the explanation!

User avatar
FuxieDK
Census Taker
Posts: 659
Joined: Thu May 22, 2008 11:36 am
Location: Copenhagen, DK

Post by FuxieDK »

Actually, it seems the file IS uploaded, in spite of the error..

The 9:03 upload was done using UniUpload and gave the same error.

5:39 was also Uni (with error) and then 5:46 was web (same file, thus 0 updates)..
Doing census mainly on Draenor; Raluf - Nimsay - Lusmo - Quixx - Sosyan - Garthog - Trubin - Zalistra - Zesmi and Djaang

User avatar
bringoutyourdead
Forums Admin & general flunky
Posts: 1432
Joined: Fri Nov 07, 2008 1:11 pm
Location: Texas, USA

Post by bringoutyourdead »

The error that was reported was due to uploads happening with too short a time interval between them.

I need to write up what I think I am seeing and send it to Metalbeast for his decisions as it is a server administration issue.

You have to remember that we have had multiple admins and untold number of server resource upgrades.
So what made sense at one time, might not make sense later.. and then might again make sense even later.(such as possibly now.)

IT APPEARS
That UniUploader uploads are coded to fail if the same uploader does two or more uploads in a 30 minute period.
[This is hard coded in the file.. it ought to be coded on a variable so it can be changed with out having to search for the code lines.]

IT APPEARS
The the back side processing of a straight web upload will allow a faster upload rate...
but looking at the code I am a little puzzled. (I am not a high grade php coder)
If what I think is happening ...
it isn't working as expected.

which is a good thing.. maybe
since if a systems level override isn't enabled..
the minimum time between uploads would be 60 minutes and any faster uploading would only result in deleting the previous upload.

Trying to game the site to do faster uploading ...
such as alternating between UniUploader and web upload
will FAIL.

As both upload paths use the same database table to track user uploads.

So my advice DON'T waste your time.

Post Reply