chicken wrote:
Error Type: Microsoft VBScript runtime (0x800A0009) Subscript out of range: '[number: 10]' /active_users.asp, line 245
cant u just post the two files?
|
My files are heavily modded, posting them for you will just confuse you more. The above error is caused by the old array having only 9 places in it. You need to clear that out, and then you should be good to go. I forgot to mention this on instructions page.
A quick and dirty method is to add a line to the beginning of your activeUsers function that looks like this:
Application(strAppPrefix & "saryAppActiveUsersTable") = ""
Then save it, and open the active users page. You should see nothing. Then go back in, and delete this line. This should reset your application object with the proper sized array, and assuming you got the other changes in correctly, you'll be good to go.