Author |
Topic |
pallih
Starting Member
3 Posts |
Posted - 23 September 2002 : 12:59:27
|
Just installed the lates Snitz forum and Active Users 4.0.17.
Followed the instruction carefully.
When I try to access admin_config_activeusers.asp I get this error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'fLang'
/ungdomur/admin_config_activeusers.asp, line 43
Any ideas? |
|
|
CodeName
Junior Member
296 Posts |
Posted - 23 September 2002 : 13:02:56
|
Did you Uploaded the language files ? "LangMODS_Ls3kAU4.asp and LangMODS_Ls3kAU4_1033.asp "
|
|
|
pallih
Starting Member
3 Posts |
Posted - 23 September 2002 : 13:06:02
|
quote: Originally posted by CodeName
Did you Uploaded the language files ? "LangMODS_Ls3kAU4.asp and LangMODS_Ls3kAU4_1033.asp "
Yes I did.
I“m completely stuck here... |
|
|
CodeName
Junior Member
296 Posts |
Posted - 23 September 2002 : 13:13:46
|
I dont know I had same problem before and I Added the Codes at Config.asp and uploaded the files thats all .. Try to Re-Żnstall again |
|
|
pallih
Starting Member
3 Posts |
Posted - 23 September 2002 : 13:21:07
|
uploaded config.asp again and everything worked.
funny...
|
|
|
masterao
Senior Member
Sweden
1678 Posts |
Posted - 23 September 2002 : 13:22:52
|
pallih, it sounds like you didn't add the flang function at the end of config.asp. Recheck the instructions in readme.html near the end of the file, regarding the internationalisation of the mod.
Im glad you got it working.
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
Edited by - masterao on 23 September 2002 13:24:20 |
|
|
Blimp
Starting Member
Sweden
33 Posts |
Posted - 23 September 2002 : 16:42:49
|
The active user mod is greate, but......
Is there anyway to get the active user table in the active topic view?
//Blimp |
//Blimp |
|
|
therookery
Starting Member
29 Posts |
Posted - 25 September 2002 : 12:30:37
|
Help!
I've installed this mod on our forums and the new version of Snitz and all is ok apart from it just displays 'Unknown' for the browser and opeating system.
I've checked the fUserAgent() function in active_users.asp gets called correctly and it does. It just does not seem to be able to figure out the details.
The test environment is Windows 2000 with MS IE6.0.
Any clues would be appreciated. |
|
|
kwhipp
Junior Member
USA
407 Posts |
Posted - 25 September 2002 : 15:59:36
|
Are you accessing the web via a firewall? This could hide your browser and OS type. |
- Kevin |
|
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 25 September 2002 : 16:44:04
|
quote:
The active user mod is greate, but......
Is there anyway to get the active user table in the active topic view?
Blimp, I always do this ... (both PM & AU on the Active Topics page) simply copy the include statement(s) that is near the bottom of default.asp, and add it to active.asp Code is similar to :
if fDisplayCount = 0 then
Response.Write " <tr>" & vbNewline & _
" <td colspan=""" & aGetColspan(7,6) & """ bgcolor=""" & strForumCellColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>No Active Topics Found</b></font></td>" & vbNewline & _
" </tr>" & vbNewline
end if
end if
if strPMStatus = "1" then %>
<!--#INCLUDE FILE="privatemess2.asp"-->
<% end if %>
<!--#include file="inc_activeusers.asp"-->
<%
Response.Write " </table>" & vbNewline & _
" </td>" & vbNewline & _
" </tr>" & vbNewline & _
" </table>" & vbNewline
Blue - Normal Snitz Code Red - PM mode Green - AU mode
This code is from active.asp, around line 605-610 |
Edited by - laser on 25 September 2002 16:46:23 |
|
|
minhluan70
Junior Member
USA
120 Posts |
Posted - 05 October 2002 : 22:21:46
|
I'm installing Active User Mod for version 3.4.03 and when I test it, it shows this error message: Microsoft VBScript runtime error '800a000d'
Type mismatch: 'ActiveUserTracker'
/forum/inc_header.asp, line 217
here are some lines of codes:
##################################### if trim(strDBNTUserName) <> "" and trim(Request.Cookies(strUniqueID & "User")("Pword")) <> "" then chkCookie = 1 mLev = cLng(chkUser(strDBNTUserName, Request.Cookies(strUniqueID & "User")("Pword"),-1)) chkCookie = 0 else MemberID = -1 mLev = 0 end if select case Request.Form("Method_Type") case "login" if strLoginStatus = 1 then AUHandleLoging() end if case "logout" AUHandleLoging() end select ActiveUserTracker() ---> this is line 217 ##################################################
Can anyone help me with this problem. Thnx |
Man proposes, God disposes |
Edited by - minhluan70 on 05 October 2002 22:24:24 |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
minhluan70
Junior Member
USA
120 Posts |
Posted - 06 October 2002 : 15:23:03
|
Thanks for reminding me. It missing some codes in the inc_func_common.asp. It works now! Great! |
Man proposes, God disposes |
|
|
masterao
Senior Member
Sweden
1678 Posts |
|
digmind
Junior Member
Greece
177 Posts |
Posted - 07 October 2002 : 05:29:33
|
I have the latest AU loaded on 3.4.03 and loaded in the pm and the pager, everything is working great. just have one question. when someone closes the window to the site it keeps them as logged in and active until the time out. anyway it can check to see if their window is open and if it fails to remove them from AU?
DigMind |
is it 4:20? |
|
|
Topic |
|