Hi,
I receive this under "active users"
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'strTxtGuests'
/forum/default.asp, line 792
default.asp has this on line 792:
Response.Write(strTxtInTotalThereAre & " " & intActiveUsers & " <a href=""active_users.asp" & strQsSID1 & """>" & strTxtActiveUsers & "</a> " & strTxtOnLine & ", " & intActiveGuests & " " & strTxtGuests & ", " & intActiveMembers & " " & strTxtMembers & ", " & intAnonymousMembers & " " & strTxtAnonymousMembers)
I found an message stating that i could insert Const strTxtGuest = "Gäst" in language_file_inc (I use a swedish language file) and it has:
Const strTxtGuest = "Gäst" on line 381
Someone that can help me ?