Print Page | Close Window

asp error

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=12016
Printed Date: 09 April 2026 at 5:03am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: asp error
Posted By: flacus
Subject: asp error
Date Posted: 02 October 2004 at 5:53am

Hi, I have a problem...I messed up something and my forum doesn't work for others....but it works for me....don't know why....

my visitors tell that there's this message:

Microsoft VBScript runtime  error '800a0009'
Subscript out of range
/rec/includes/active_users_inc.asp, line 176

I tried just to overwrite that file, but it ain't working....

how can i fix this problem?

can I just overwrite every asp file in the forum with new downloaded files?

i hope you understand....thank you

 




Replies:
Posted By: dj air
Date Posted: 02 October 2004 at 6:27am
over righting the file wont make any difference you need to reset the application array for the active users.

please say what version you are using next time , thanx


Posted By: flacus
Date Posted: 02 October 2004 at 7:48am

I'm using 7.9 version....how to reset that application array?

 

tnx



Posted By: flacus
Date Posted: 03 October 2004 at 8:07am

what can i do to keep my posts?

how can I put fresh/new forum and migrate or transfer that data...
I would like to transfer visitors and all posts...

And how can I reset that application array?

thank you

p.s. please respond....we have a ongoing project going on...



Posted By: dj air
Date Posted: 03 October 2004 at 5:47pm
to reset the array place the following in the active_users_inc.asp file found in the includes folder.

[code]
    ReDim saryActiveUsers(7,1)
/code]

this will delete the old array and create a new one.

in regards to the database migratiion. what is the reason for migrating. what are you migrating to.


Posted By: flacus
Date Posted: 03 October 2004 at 6:17pm

CODE
'Else Initialise the an empty array
Else
ReDim saryActiveUsers(7,1)
End If
/CODE

This is in active_users_inc (in includes folder) already....do I have to delete that line?
Regarding migration, I thought of reinstalling web wiz forum...



Posted By: dj air
Date Posted: 04 October 2004 at 4:07pm
place this above that section, before the if statement.

so that this is run before the if statement.


ReDim saryActiveUsers(7,1)




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net