Hi All
I've just installed version 7.7 of the forum at www.recordere.dk/forum (upgraded from version 7) but are experiensing a problem with the pop-up window for the user profiles.
I get the error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'UBound'
/forum/pop_up_profile.asp, line 182
-----------
When trying to see a profile for a member.
The code at line 182 in pop_up_profile.asp are the place where the UBound command is used.
Could it be the server at my webhotel that doesn't support the UBound command ?
'Get the users online status
For intArrayPass = 1 To UBound(saryActiveUsers, 2)
If saryActiveUsers(1, intArrayPass) = lngProfileNum Then blnIsUserOnline = True
Next
/Lars