Forum Moderators: open

Message Too Old, No Replies

Error uploading files

Error

         

SAbrahams1

9:35 am on Aug 1, 2006 (gmt 0)

10+ Year Member



Hi can anyone help me here is the message i get when i try to upload files to my website

I have changed the permisions IUSR_servername

Microsoft VBScript runtime error '800a0009'

Subscript out of range: '[number: 1]'

/assetlibrary/admin/add_asset.asp, line 55

Easy_Coder

9:37 am on Aug 1, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



On the surface it doesn't appear to be a permissions problem. It looks like your code is attempting to access an index on an array that does not exist.

What's the code on line 55 doing?