Hi,
I'm using version 7.96. and presently showing this error. I to try all solution in this topic. and not changed the any file. original english version . but sometimes working, sometimes not working.
codes:
include/active_users.inc.asp
line 176:
'ReDimesion the array
ReDim Preserve saryActiveUsers(7, UBound(saryActiveUsers, 2) + 1)
line 214:
'Remove the last array position as it is no-longer needed
ReDim Preserve saryActiveUsers(7, UBound(saryActiveUsers, 2) - 1)
I think my problem at number 7. (may be).
but other forum feature good working. perfect

Thanks.