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
 Active Users - Type mismatch
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Bodiger
Starting Member

11 Posts

Posted - 08 July 2004 :  12:06:24  Show Profile
On every single page of my forum i recieve this error message:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'fLang'

/bodiger/forum/inc_activeusers2.asp, line 85


I have re-uploaded lots of files that are relevant to the active users but no matter what i do the error just won't go away. This is preventing anyone from posting on the forum.

Thanx in advance.

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 08 July 2004 :  12:08:40  Show Profile
Ensure you applied the necessary changes to install the language packs that accompany this mod, you'll find the instructions at the end of the readme file.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

Bodiger
Starting Member

11 Posts

Posted - 08 July 2004 :  12:12:53  Show Profile
Could someone please post the relevant part of that readme file? since i did'nt actually download it myself, i downloaded serverhackers fully modded forum.
Go to Top of Page

Bodiger
Starting Member

11 Posts

Posted - 08 July 2004 :  12:19:40  Show Profile
This appears to be the line it has a problem with:

" [ " & fLang(strLangMOD_Ls3kAU_00010) & ": <b><font color=""" & strForumLinkColor & """>" & intActiveMembers & "</font></b> | " & VBNewLine
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 08 July 2004 :  12:57:08  Show Profile
Best to post in ServerHacker's forums, so, as he's made many, many changes to the base code that the majority of us aren't familiar with.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 08 July 2004 :  16:54:32  Show Profile  Visit masterao's Homepage
Sounds like you are missing the final addition necessary to config.asp. The instructions for the the change can be found at the end of the readme-file (the internationalization part).

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

KC
Junior Member

USA
152 Posts

Posted - 21 November 2004 :  13:53:20  Show Profile  Visit KC's Homepage
quote:
Originally posted by masterao

Sounds like you are missing the final addition necessary to config.asp. The instructions for the the change can be found at the end of the readme-file (the internationalization part).


That was it for me.
I added the include file, but not the code above it.

In conf.asp, remove the last %> at the bottom of the file, and replace it with:

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

Owner of vales.com and Elite Computers.
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