Author |
Topic |
jaseaughton
Starting Member
United Kingdom
39 Posts |
Posted - 13 August 2002 : 06:29:13
|
I have installed the Active users 4 mod successfully. The user table is displayed, but shows everyone as guests.
http://forum.maxpower.co.uk/forum/
I know this is not the case as I am logged on with 2 separate accounts.As far as I can tell my config is OK.
How do I get the registered active useas to show. |
Bury the hatchet with a smile and a curse The world is big enough for both of us |
Edited by - jaseaughton on 13 August 2002 06:31:02 |
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 13 August 2002 : 06:37:19
|
i get this error when i try to view the page active.asp:
error '80020009' Exception occurred. /forum/active_users.asp, line 332
|
cHosting.nl |
|
|
jaseaughton
Starting Member
United Kingdom
39 Posts |
Posted - 13 August 2002 : 06:39:37
|
Any idea why this would be?
|
Bury the hatchet with a smile and a curse The world is big enough for both of us |
|
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 13 August 2002 : 06:41:59
|
it would help if you posted some code... try lines 320-340 |
cHosting.nl |
|
|
jaseaughton
Starting Member
United Kingdom
39 Posts |
Posted - 13 August 2002 : 06:44:58
|
here's lines 330-356:
function WhatPage(fScript, fQuery) strPage = "<a href=""" & fScript if trim(fQuery) <> "" then strPage = strPage & "?" & fQuery end if strPage = strPage & """>" select case lcase(trim(fScript)) case "active.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01160) case "members.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01170) case "search.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01180) case "faq.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01190) case "policy.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01200) case "register.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01210) case "active_users.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01220) case "default.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01230) case "members.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01240) case "post_info.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01241) |
Bury the hatchet with a smile and a curse The world is big enough for both of us |
|
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 13 August 2002 : 06:46:34
|
quote: Originally posted by jaseaughton
here's lines 330-356:
function WhatPage(fScript, fQuery) strPage = "<a href=""" & fScript if trim(fQuery) <> "" then strPage = strPage & "?" & fQuery end if strPage = strPage & """>" select case lcase(trim(fScript)) case "active.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01160) case "members.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01170) case "search.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01180) case "faq.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01190) case "policy.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01200) case "register.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01210) case "active_users.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01220) case "default.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01230) case "members.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01240) case "post_info.asp" strPage = strPage & fLang(strLangMOD_Ls3kAU_01241)
so the red line is 332? |
cHosting.nl |
|
|
jaseaughton
Starting Member
United Kingdom
39 Posts |
Posted - 13 August 2002 : 06:51:16
|
Sorry, yes it is. |
Bury the hatchet with a smile and a curse The world is big enough for both of us |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
jaseaughton
Starting Member
United Kingdom
39 Posts |
Posted - 13 August 2002 : 07:29:46
|
Thanks, I'll give it a try. |
Bury the hatchet with a smile and a curse The world is big enough for both of us |
|
|
jaseaughton
Starting Member
United Kingdom
39 Posts |
Posted - 13 August 2002 : 07:33:00
|
no, same problem
|
Bury the hatchet with a smile and a curse The world is big enough for both of us |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
jaseaughton
Starting Member
United Kingdom
39 Posts |
Posted - 13 August 2002 : 07:47:09
|
Done this and get the same error:
error '80020009' Exception occurred.
/forum/active_users.asp, line 333
(line 333 as I commented out the line you said to replace) |
Bury the hatchet with a smile and a curse The world is big enough for both of us |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
jaseaughton
Starting Member
United Kingdom
39 Posts |
Posted - 13 August 2002 : 08:03:41
|
Yes, 333 is:
Response.Write "FQuery: " & fQuery & " fScript: " & fScript
|
Bury the hatchet with a smile and a curse The world is big enough for both of us |
|
|
jaseaughton
Starting Member
United Kingdom
39 Posts |
Posted - 13 August 2002 : 08:10:19
|
It looks like the ACTIVE_USERS table wasn't created by the setup process.
IGNORE THAT, FORGOT TO REFRESH MY SQL SERVER VIEW |
Bury the hatchet with a smile and a curse The world is big enough for both of us |
Edited by - jaseaughton on 13 August 2002 08:16:07 |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Topic |
|