| Author |  Topic  |  | 
              
                | BodigerStarting Member
 
 
 
                11 Posts | 
                    
                      |  Posted - 08 July 2004 :  12:06:24   
 |  
                      | 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.
 |  | 
              
                | ShaggySupport Moderator
 
      
 
                Ireland6780 Posts
 | 
                    
                      |  Posted - 08 July 2004 :  12:08:40   
 |  
                      | 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.”
 |  
                      |  |  | 
              
                | BodigerStarting Member
 
 
 
                11 Posts | 
                    
                      |  Posted - 08 July 2004 :  12:12:53   
 |  
                      | 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. |  
                      |  |  | 
              
                | BodigerStarting Member
 
 
 
                11 Posts | 
                    
                      |  Posted - 08 July 2004 :  12:19:40   
 |  
                      | This appears to be the line it has a problem with: 
 "            [ " & fLang(strLangMOD_Ls3kAU_00010) & ": <b><font color=""" & strForumLinkColor & """>" & intActiveMembers & "</font></b> | " & VBNewLine
 |  
                      |  |  | 
              
                | ShaggySupport Moderator
 
      
 
                Ireland6780 Posts
 | 
                    
                      |  Posted - 08 July 2004 :  12:57:08   
 |  
                      | 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.”
 |  
                      |  |  | 
              
                | masteraoSenior Member
 
     
 
                Sweden1678 Posts
 | 
                    
                      |  Posted - 08 July 2004 :  16:54:32     
 |  
                      | 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
 |  
                      |  |  | 
              
                | KCJunior Member
 
   
 
                USA152 Posts
 | 
                    
                      |  Posted - 21 November 2004 :  13:53:20     
 |  
                      | 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. |  
                      |  |  | 
              
                |  |  Topic  |  |