Author |
Topic  |
power
Starting Member
12 Posts |
Posted - 19 April 2002 : 01:17:13
|
I followed Instructions to the letter and when i logged on as admin to go to the "Configure Active User" Option... it wasnt there at all..
any ideas?
|
|
power
Starting Member
12 Posts |
Posted - 19 April 2002 : 01:32:55
|
Also now seeing this error at the bottom of the forums list:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'fLang'
/features/Forums/inc_activeusers.asp, line 142
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 19 April 2002 : 01:53:30
|
did you follow all of the instructions in the readme.html file? Sounds like you didn't edit the admin_home.asp file, or the config.asp file. |
 |
|
power
Starting Member
12 Posts |
Posted - 19 April 2002 : 02:04:40
|
Yeah, I got everything in the file. I just double checked both files you mentioned and their both perfect
|
 |
|
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 19 April 2002 : 02:17:12
|
If you indeed made all the proper additions to config.asp, including this one at the very bottom, then you wouldn't be getting the 'fLang' error.
'################################################################################# '######################## ADDED FOR INTERNATIONAL MODS! ######################### strLangLCID = "1033" function fLang(s) ' fLang=eval(s) ' commented out for IIS 4 compatibility, all related function calls changed fLang=s end function %> <!--#include file="langMODS_Ls3kAU4.asp"-->
Nathan Bales Snitz Exchange | Do's and Dont's |
 |
|
power
Starting Member
12 Posts |
Posted - 19 April 2002 : 02:50:00
|
I thought I did at least...
Well fortunately im a good little nerd and did a backup prior to the mod changes, so ill try it again and be sure I do it all correclty. Thanks for the help.
|
 |
|
power
Starting Member
12 Posts |
Posted - 19 April 2002 : 03:26:34
|
I went through the entire process again and got the same result.
Would anyone be so kind as to give me a link to someplace I can download the pre-edited files I need for 3.3.03?
I would highly highly appreaciate it.
|
 |
|
Pouyan
New Member

91 Posts |
Posted - 26 April 2002 : 03:14:52
|
I am having the same problem.
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'fLang'
/Web/Forum/admin_home.asp, line 76
I have checked my Config.asp and admin_home.asp files a million times. What else could be causing this problem ?
Thanks
Edited by - Pouyan on 26 April 2002 03:16:14 |
 |
|
crash
Advanced Member
    
Netherlands
2064 Posts |
Posted - 26 April 2002 : 03:22:03
|
did you check whether you have the language support in config.asp at the very bottom?
 Crash's Site | Crash is from 
|
 |
|
Pouyan
New Member

91 Posts |
Posted - 26 April 2002 : 03:24:52
|
Yes I have the following at the bottom of Config.asp:
'################################################################################# '######################## ADDED FOR INTERNATIONAL MODS! ######################### strLangLCID = "1033" function fLang(s) 'fLang=eval(s) ' commented out for IIS 4 compatibility, all related function calls changed fLang=s end function %> <!--#include file="langMODS_Ls3kAU4.asp"--> |
 |
|
Pouyan
New Member

91 Posts |
Posted - 26 April 2002 : 03:35:36
|
admin_home.asp Line 76 is:
<% response.write " <LI><a href=""admin_config_activeusers.asp"">" & fLang(strLangMOD_Ls3kAU_05000) & "</a></LI>" %>
is there anything wrong with it ?! |
 |
|
Ra1ney
Junior Member
 
United Kingdom
113 Posts |
Posted - 26 April 2002 : 17:36:41
|
I'm having the exact same problem as Power:
Error Type: Microsoft VBScript runtime (0x800A000D) Type mismatch: 'fLang' /Snitz/inc_activeusers.asp, line 142
Line 142 is: Response.Write"<a href=""" & ScriptName & "?HideActiveUsers=Y""><img src=""" & strImageURL & "icon_minus.gif"" width=""10"" height=""10"" border=""0"" alt=""" & fLang(strLangMOD_Ls3kAU_00002) & """></a>"
I have also checked and rechecked and redone the whole thing and still getting the same result. When copying the code I used Ctrl+A followed by Ctrl+C just to make sure I got everything and without mistakes.
Anyone got any other suggestions??
Ra1ney 
quote:
admin_home.asp Line 76 is:
<% response.write " <LI><a href=""admin_config_activeusers.asp"">" & fLang(strLangMOD_Ls3kAU_05000) & "</a></LI>" %>
is there anything wrong with it ?!

|
 |
|
crash
Advanced Member
    
Netherlands
2064 Posts |
Posted - 26 April 2002 : 17:59:20
|
stupid post... taken out my reply...
 Crash's Site | Crash is from 
Edited by - crash on 26 April 2002 19:19:16 |
 |
|
Nathan
Help Moderator
    
USA
7664 Posts |
|
crash
Advanced Member
    
Netherlands
2064 Posts |
Posted - 26 April 2002 : 19:24:18
|
forgive me... my bad
 Crash's Site | Crash is from 
|
 |
|
Ra1ney
Junior Member
 
United Kingdom
113 Posts |
Posted - 27 April 2002 : 07:30:28
|
Here's some more information that might help figure out what I've/we've done - I can only speak for myself, but the other guys may experience the same things??
default.asp - returns '/Snitz/inc_activeusers.asp, line 142' error as in above posts.
Various other pages can be accessed in the browser, but show the following at the top of the page: (from config.asp)
'################################################################################# '######################## ADDED FOR INTERNATIONAL MODS! ######################### strLangLCID = "1033" function fLang(s) ' fLang=eval(s) ' commented out for IIS 4 compatibility, all related function calls changed fLang=s end function %>
Other pages that show errors all mention 'fLang' on various lines
I don't know if any of this information will help identify the problem, but we're still stuck scratching our heads and clearly don't have the technical know-how to fix it - please help... If there are any files I can send you that might help, please ask.
Many thanks in anticipation...
quote:
forgive me... my bad
 Crash's Site | Crash is from 
|
 |
|
Topic  |
|