Author |
Topic |
|
Kallid
Starting Member
27 Posts |
Posted - 29 July 2002 : 15:49:46
|
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
|
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 ™ |
|
|
Kallid
Starting Member
27 Posts |
Posted - 29 July 2002 : 16:11:21
|
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.
|
|
|
Kallid
Starting Member
27 Posts |
Posted - 29 July 2002 : 16:16:43
|
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.
|
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 29 July 2002 : 16:43:42
|
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 |
|
|
Kallid
Starting Member
27 Posts |
Posted - 29 July 2002 : 22:29:16
|
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"--> |
|
|
Beano_ie
Junior Member
Ireland
328 Posts |
Posted - 31 July 2002 : 22:17:27
|
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
|
|
|
Kallid
Starting Member
27 Posts |
Posted - 31 July 2002 : 22:59:59
|
thanks I will test it out and see...
|
|
|
AndrewDOU2000
Starting Member
China
13 Posts |
Posted - 03 August 2002 : 07:04:12
|
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
|
|
|
|
Topic |
|