Author |
Topic |
|
MaGraham
Senior Member
USA
1297 Posts |
Posted - 02 January 2016 : 09:26:23
|
I am using "Proeder's File Attachment Mod." Would anyone know what could cause this error message when trying to upload an image/file on my forum? I've used this mod for years and don't remember ever having a problem until now. I receive this same error message regardless of the file type I'm attempting to upload. This happens when on my Admin account and/or a regular member's account.
Microsoft VBScript runtime error '800a01a8'
Object required: 'Item(...)'
/fp/outputFile.asp, line 75
______________
Here are lines 66-80
Response.Expires=0 Response.Buffer = TRUE Response.Clear
byteCount = Request.TotalBytes RequestBin = Request.BinaryRead(byteCount) Dim UploadRequest Set UploadRequest = CreateObject("Scripting.Dictionary") BuildUploadRequest RequestBin membername = UploadRequest.Item("memberName").Item("Value") subfolder = subfolder & "/" & membername contentType = UploadRequest.Item("blob").Item("ContentType") filepathname = replace(UploadRequest.Item("blob").Item("FileName"),vbNullChar,"") filename = Right(filepathname,Len(filepathname)-InstrRev(filepathname,"\")) filename = Replace(filename, "!", "")
Thank you for your time in looking at this!
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
|
MaGraham
Senior Member
USA
1297 Posts |
Posted - 05 January 2016 : 09:55:38
|
Thank you so much, Huw! I shared this with hosting. Still waiting for their reply.
I really appreciate you and all you do for us!
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 06 January 2016 : 03:43:50
|
Fingers crossed they sort it out for you |
|
|
l2k man
New Member
United Kingdom
74 Posts |
Posted - 06 January 2016 : 19:08:56
|
I raised the same problem with my hosting company, after some testing I got the following reply. "I've confirmed that the Hotfix you've supplied cures the problem and was able to upload a file afterwards." Now waiting for them to update their servers.
|
|
|
MaGraham
Senior Member
USA
1297 Posts |
Posted - 08 January 2016 : 16:07:50
|
quote: Originally posted by HuwR
Fingers crossed they sort it out for you
Thank you, Huw! It's been a whole week now and I'm still waiting. . .
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
|
|
MaGraham
Senior Member
USA
1297 Posts |
Posted - 13 January 2016 : 18:39:15
|
Hosting decided to do a server migration. It will be done tonight. Where's the smiley emoticon biting his nails! LOL
Off to finish a backup. . .
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
|
|
MaGraham
Senior Member
USA
1297 Posts |
Posted - 17 January 2016 : 08:30:59
|
Hosting had some technical issues with the server migration and had to stop. They then decided to bring the server back online again from the old location.
They are saying they still plan to do the migration but just aren't sure of the date right now.
However, they must have applied the Microsoft Hotfix though because members are now able to upload files/graphics.
Just thought I'd share in case anyone was wondering.
|
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley |
|
|
|
Topic |
|