Author |
Topic |
|
EvilAndy
Starting Member
Australia
46 Posts |
Posted - 10 September 2002 : 06:09:00
|
I get the following error when clicking to send someone an icq error:
error '80020009' Exception occurred.
/forum/inc_func_common.asp, line 413
Anyone else experience this problem?
|
|
EvilAndy
Starting Member
Australia
46 Posts |
Posted - 10 September 2002 : 06:12:38
|
More info:
It only happens from the active users page, it works okay from the member pages.
Thanks in advance. |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 10 September 2002 : 06:22:34
|
well if it's only happening from the Active Users page (and Active Users being a MOD), moving this to the Help: MOD Implementation forum |
|
|
EvilAndy
Starting Member
Australia
46 Posts |
Posted - 10 September 2002 : 07:03:33
|
Ok thanks for that, I wasn't aware of this forum! |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 10 September 2002 : 09:52:47
|
Have you looked if the link for the icq icon is different from the one that is on the members.asp page? |
Support Snitz Forums
|
|
|
TMA
Starting Member
USA
17 Posts |
Posted - 12 September 2002 : 11:28:59
|
I am receiving the same error when running this on v3.4.02 w/ AU 4. The link to the messenger info works in other areas, but in au it doesn't. The MSN, ICQ, and AIM all display the same error. I have tried to copy/paste code from members.asp into active users, but the member info must be handled differently in these files becuase it didn't show any of the messenger icons. Here is a snippet on the au code:
if strICQ = "1" and Trim(rsAM("M_ICQ")) <> "" then response.write " <a href=""JavaScript:openWindow('pop_messengers.asp?mode=ICQ&ICQ=" & ChkString(rsAM("M_ICQ"), "JSurlpath") & "&M_NAME=" & ChkString(rsAM("M_NAME"),"display") & "')"">" & getCurrentIcon(strIconIcq,fLang(strLangMOD_Ls3kAU_01450) & " " & ChkString(rsAM("M_NAME"),"display") & " " & fLang(strLangMOD_Ls3kAU_01480),"align=""absmiddle"" hspace=""0""") & "</a>" & VBNewLine end if if strYAHOO = "1" and Trim(rsAM("M_YAHOO")) <> "" then response.write " <a href=""JavaScript:openWindow('http://edit.yahoo.com/config/send_webmesg?.target=" & ChkString(rsAM("M_YAHOO"), "JSurlpath") & "&.src=pg')"">" & getCurrentIcon(strIconYahoo,fLang(strLangMOD_Ls3kAU_01450) & " " & ChkString(rsAM("M_NAME"),"display") & " " & fLang(strLangMOD_Ls3kAU_01490),"align=""absmiddle"" hspace=""0""") & "</a>" & VBNewLine end if if strAIM = "1" and Trim(rsAM("M_AIM")) <> "" then response.write " <a href=""JavaScript:openWindow('pop_messengers.asp?mode=AIM&AIM=" & ChkString(rsAM("M_AIM"), "JSurlpath") & "&M_NAME=" & ChkString(rsAM("M_NAME"),"JSurlpath") & "')"">" & getCurrentIcon(strIconAIM,fLang(strLangMOD_Ls3kAU_01450) & " " & ChkString(rsAM("M_NAME"),"display") & " " & fLang(strLangMOD_Ls3kAU_01500),"align=""absmiddle"" hspace=""0""") & "</a>" & VBNewLine end if if strMSN = "1" and Trim(rsAM("M_MSN")) <> "" then response.write " <a href=""JavaScript:openWindow('pop_messengers.asp?mode=MSN&ID=" & ChkString(rsAM("M_MSN"), "JSurlpath") & "&M_NAME=" & ChkString(rsAM("M_NAME"),"JSurlpath") & "')"">" & getCurrentIcon(strIconMSNM,fLang(strLangMOD_Ls3kAU_01510) & " " & ChkString(rsAM("M_NAME"),"display") & " " & fLang(strLangMOD_Ls3kAU_01520),"align=""absmiddle"" hspace=""0""") & "</a>" & vbNewLine
Thanks, Dan |
Warped? |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 12 September 2002 : 12:38:58
|
The fix for this problem can be found in the fourth page in this topic. The link should take you to the reply (if it doesn't, it is the 12th post on that page).
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
Edited by - masterao on 12 September 2002 12:43:07 |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
|
masterao
Senior Member
Sweden
1678 Posts |
|
TMA
Starting Member
USA
17 Posts |
Posted - 12 September 2002 : 13:29:04
|
Thanks, that worked. |
Warped? |
|
|
|
Topic |
|