Author |
Topic |
|
Iron Heart
New Member
USA
66 Posts |
Posted - 16 May 2001 : 20:03:36
|
Request object error 'ASP 0206 : 80004005'
Cannot call BinaryRead
C:\WWW\SOMEPLACESOMEWHERE.COM\FORUMS\MODS\../Include/clsUpload.inc, line 65
Cannot call BinaryRead after using Request.Form collection.
My site: http://www.someplacesomewhere.com
Error above occurs when trying to upload. It worked before, for one day - a few months ago. Everything was fine, and I didn't change anything (I know it sounds idiotic - but I can't recall changing ANYTHING, so that is - I might've changed something but don't know what) and file uploading just died. It has been dead for about 2 months now. Generating the error above. I've reinstalled the mod. Even the mod in its original unmodified state gives the error above (!!!) - so I think it can't be a code problem.
If not code - then what?
I'm not looking for any of you to give me a solution. I'm just looking for suggestions on what to try. Like "trying doing this and that". Sigh.
I can provide all the info you would request about this mod installation, the file contents - etc.
Edited by - Iron Heart on 16 May 2001 20:05:11 |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 17 May 2001 : 05:09:57
|
mmm, I know exactly what causes the error, but can't find anywhere in the code that would cause it,
could you send me the files you installed, and any files you changed, I will give them a quick checkup
|
|
|
Iron Heart
New Member
USA
66 Posts |
Posted - 22 May 2001 : 19:22:02
|
I sent you the requested files. Any ideas yet?
|
|
|
Iron Heart
New Member
USA
66 Posts |
|
Iron Heart
New Member
USA
66 Posts |
Posted - 26 May 2001 : 08:56:42
|
I fixed the problem!
I read up on the subject a bit, and basically what was causing it was exactly what the error message said - a request.form collection being accessed.
It was this single line in config.asp (which was an included file):
strDBNTFUserName = Request.Form("Name")
|
|
|
|
Topic |
|