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
 Type mismatch: 'fLang'
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

PottsNet
Starting Member

11 Posts

Posted - 18 July 2002 :  09:47:41  Show Profile  Send PottsNet an ICQ Message
Please believe me I have looked high and low for an answer before posting this question. On my admin_home.asp I get the error message

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'fLang'

/forum/admin_home.asp, line 76

And when I go to admin_config_activeusers.asp I get:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'fLang'

/forum/admin_config_activeusers.asp, line 42

I think it may have to do with one the following:

1. I am running 3.0.5 forum
2. I have international dates dd/mm/yy (Australia)
3. I am running the Events 2srv1 mod

I have followed all the instructions and can't get to the bottom of it.

If you would like to see the forum it is at:

http://cbrhorse.potts.net.au/forum/


Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 18 July 2002 :  10:03:38  Show Profile
Try changing the ls3kAu4.asp so the end part looks like this

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

EDIT - Also make sure you made the very last change to the config.asp to add the function fLang(s).

Installation Guide | MODS
Standard trying to be helpful signature above


Edited by - Hamlin on 18 July 2002 10:05:32
Go to Top of Page

PottsNet
Starting Member

11 Posts

Posted - 18 July 2002 :  19:05:25  Show Profile  Send PottsNet an ICQ Message
I had:

%>
<!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" -->

AS:

<!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" -->
%>

So I change it but still no go. Yes the line in config.asp is correct.

Any other suggestions appreciated.

Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 18 July 2002 :  22:56:01  Show Profile
There must be a missing Function fLang(s) definition. Please read the readme.htm file which comes with active users 4. It says where to put it. That function is there because of the compatibility issues with v4bx.


Think Pink
==> Start Internationalization Here
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 18 July 2002 :  22:57:29  Show Profile
quote:

%>
<!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" -->



This is the correct form btw.

Think Pink
==> Start Internationalization Here
Go to Top of Page

PottsNet
Starting Member

11 Posts

Posted - 19 July 2002 :  01:04:30  Show Profile  Send PottsNet an ICQ Message
That's a very sexy MOD!!!

I fixed it. Thanks for your help. I had to add this text at the 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

Cemal Kaan
Starting Member

5 Posts

Posted - 05 August 2002 :  11:52:54  Show Profile
I have corrected this but I get this error

Microsoft VBScript compilation error '800a03ea'

Syntax error

/forum/langMODS_Ls3kAU4.asp, line 46

case "1033" 'English

What is it?

Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 05 August 2002 :  12:15:23  Show Profile
Instead of including all the language files only include the one you need. And Replace the select Case block in LangMods file with the
following statement. Replace the NNNN with LCID number.

<!--#INCLUDE FILE="LangMODS_Ls3kAU4_NNNN.asp" -->


www.forumSquare.com - Rakesh Jain - It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying.
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.41 seconds. Powered By: Snitz Forums 2000 Version 3.4.07