Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Problems with the Active User MOD
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 5

power
Starting Member

12 Posts

Posted - 19 April 2002 :  01:17:13  Show Profile
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  Show Profile
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


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 April 2002 :  01:53:30  Show Profile
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.
Go to Top of Page

power
Starting Member

12 Posts

Posted - 19 April 2002 :  02:04:40  Show Profile
Yeah, I got everything in the file. I just double checked both files you mentioned and their both perfect

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 19 April 2002 :  02:17:12  Show Profile  Visit Nathan's Homepage
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
Go to Top of Page

power
Starting Member

12 Posts

Posted - 19 April 2002 :  02:50:00  Show Profile
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.

Go to Top of Page

power
Starting Member

12 Posts

Posted - 19 April 2002 :  03:26:34  Show Profile
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.


Go to Top of Page

Pouyan
New Member

91 Posts

Posted - 26 April 2002 :  03:14:52  Show Profile
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
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 26 April 2002 :  03:22:03  Show Profile  Visit crash's Homepage
did you check whether you have the language support in config.asp at the very bottom?



Crash's Site | Crash is from
Go to Top of Page

Pouyan
New Member

91 Posts

Posted - 26 April 2002 :  03:24:52  Show Profile
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"-->
Go to Top of Page

Pouyan
New Member

91 Posts

Posted - 26 April 2002 :  03:35:36  Show Profile
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 ?!
Go to Top of Page

Ra1ney
Junior Member

United Kingdom
113 Posts

Posted - 26 April 2002 :  17:36:41  Show Profile
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 ?!



Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 26 April 2002 :  17:59:20  Show Profile  Visit crash's Homepage
stupid post...
taken out my reply...



Crash's Site | Crash is from


Edited by - crash on 26 April 2002 19:19:16
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 26 April 2002 :  19:07:55  Show Profile  Visit Nathan's Homepage
The fLangn function is never used in that mod Crash. . .

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 26 April 2002 :  19:24:18  Show Profile  Visit crash's Homepage
forgive me... my bad



Crash's Site | Crash is from
Go to Top of Page

Ra1ney
Junior Member

United Kingdom
113 Posts

Posted - 27 April 2002 :  07:30:28  Show Profile
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




Go to Top of Page
Page: of 5 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.11 seconds. Powered By: Snitz Forums 2000 Version 3.4.07