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
 Having Problems with Active User
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Kallid
Starting Member

27 Posts

Posted - 29 July 2002 :  15:49:46  Show Profile
This is the erro i am getting...
Microsoft VBScript runtime error '800a000d'

Type mismatch: 'fLang'

/tsc/forum/admin_home.asp, line 77

and this is the code I have at that line.

<% response.write " <LI><a href=""admin_config_activeusers.asp"">" & fLang(strLangMOD_Ls3kAU_05000) & "</a></LI>"%>


Microsoft VBScript runtime error '800a000d'

Type mismatch: 'fLang'

/tsc/forum/inc_activeusers.asp, line 141

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 29 July 2002 :  15:57:38  Show Profile
Did you add the "function fLang(s)" code to the bottom of the config.asp file? Its the very last change in the readme...looks like this


'#################################################################################
'######################## 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"-->



No matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
http://www.ian-hamlin.co.uk
Go to Top of Page

Kallid
Starting Member

27 Posts

Posted - 29 July 2002 :  16:11:21  Show Profile
I read a topic that was on the same thing as mine...
and I tried what he didnt and it doesnt work
And I tried what you had but I got a
The page cannot be displayed error msg.

Go to Top of Page

Kallid
Starting Member

27 Posts

Posted - 29 July 2002 :  16:16:43  Show Profile
I have made sure it was the LAST thing on the line, and I have read the instruction, and I tried both of the ways they have listed for doing the lang.
I am using the last version of the forum.
here is the forum
http://www.theseventhcircle.net/tsc/forum/
and it also gives an error at the admin screen.


Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 29 July 2002 :  16:43:42  Show Profile
hmm I went to your forum and still got the same error, which is caused by not having the function mentioned above...

quote:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'fLang'

/tsc/forum/inc_activeusers.asp, line 141




Also make sure the ls3kAu4.asp file looks like this at the end


'## SNITZ FORUM 2000 MOD LANGUAGE FILE
'## Mod Active Users 4.0
'## Author: Nathan Bales
%>
<!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" -->


Assuming you want to use the 1033 language strings (is that what there called?)

Also if you look it the readme file for the mod it will tell you where to add the function fLang(s) code.


No matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
http://www.ian-hamlin.co.uk


Edited by - Hamlin on 29 July 2002 16:44:24
Go to Top of Page

Kallid
Starting Member

27 Posts

Posted - 29 July 2002 :  22:29:16  Show Profile
I dont know, I have gone back and RE DID all the files that the read says I have to use. I have done it 3 times, I have tried all kinds of ways to using and other one that comes in the read me.


'#################################################################################
'######################## 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

Beano_ie
Junior Member

Ireland
328 Posts

Posted - 31 July 2002 :  22:17:27  Show Profile  Visit Beano_ie's Homepage  Send Beano_ie an ICQ Message
Kallid, I was having the exact same problem as you, i was getting;

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'fLang'

/tsc/forum/admin_home.asp, line 77


I took Hamlins advice and used the ADDED FOR INTERNATIONAL MODS text and replaced the last %> in config.asp with the text he provided. The link in the admin_home.asp i also noticed was not working, so on closer inspection, i opened admin_home.asp and put in the following line:

<LI><a href="admin_config_activeusers.asp">Active Users</a></LI>

I had to do this because the original seems to have been like this;

<a href=""admin_config_activeusers.asp"">

Note there are two "" on either side.

Hope this helps


Go to Top of Page

Kallid
Starting Member

27 Posts

Posted - 31 July 2002 :  22:59:59  Show Profile
thanks I will test it out and see...

Go to Top of Page

AndrewDOU2000
Starting Member

China
13 Posts

Posted - 03 August 2002 :  07:04:12  Show Profile
i have similar problem. i deal with yours suggest, but another error messave appear.there is the error message:

Microsoft VBScript error '800a03ea'

Syntax error

/Forums/langMODS_Ls3kAU4.aspŁ¬ĐĐ46

case "1033" 'English



Go to Top of Page
  Previous Topic Topic Next Topic  
 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 0.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07