Author |
Topic  |
|
brduran
New Member

Canada
98 Posts |
Posted - 24 May 2003 : 13:22:04
|
Active User 4.0 MOD, error in "ADMIN_HOME.ASP" ================================================== I can surf just about everywhere in the forums except for the Admin Options. Every time I try to access it I get the following error,
quote: Error Type: Microsoft VBScript runtime (0x800A000D) Type mismatch: 'fLang' /forumtest/admin_home.asp, line 131
The actual line 131 reads, quote: Response.Write " <LI><span class=""spnMessageText""><a href=""nladmin.asp"">Newsletter Administration</a></span></LI>" & vbNewLine & _
...and 'flang' doesn't appear until line 142, where it reads, quote: " <LI><span class=""spnMessageText""><a href=""admin_config_activeusers.asp"">" & fLang(strLangMOD_Ls3kAU_05000) & "</a></span></LI>" & vbNewLine & _
I followed the instructions to the letter. No idea what to do, do you  |
Bernardo Duran www.teknician.com
|
|
Dave.
Senior Member
   
USA
1037 Posts |
Posted - 24 May 2003 : 14:28:34
|
Reread the read-me file, you didn't install the LS3k Lang packs. |
 |
|
brduran
New Member

Canada
98 Posts |
Posted - 24 May 2003 : 14:57:24
|
Thank you Dave6625. Actually I did install the Language Packs. But a closer look at the 'Language Installation' instructions reveals a misunderstanding.
I have Snitz 3.4.03. To me this version falls in the '3.4s' category in the 'Language Installation' instructions. But after applying the indicated changes, all I got was the error mentioned.
I went back again and applied the changes to 'config.asp' as if my version fell in the '3.4' category and not the '3.4s'. It works!
Again, thank you. |
Bernardo Duran www.teknician.com
|
 |
|
lsakizada
New Member

USA
90 Posts |
Posted - 23 July 2003 : 05:16:35
|
Hi Guys
I am getting the same error as above. I am using version 3.4.03 but not quiet understand the workaround, it is not working for me.
Can you tell me where I am wrong?
============================================= Error Type: Microsoft VBScript runtime (0x800A000D) Type mismatch: 'fLang' /snitz_test/admin_home.asp, line 131
Browser Type: ==============================================
Thanks |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 23 July 2003 : 19:39:57
|
Add the following to your config.asp (and remove the last %> before pasting the code below):
'#################################################################################
'######################## 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"-->
You also need to make sure that you have uploaded langMODS_Ls3kAU4.asp and the lang-file(s) you want to use. |
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
 |
|
lsakizada
New Member

USA
90 Posts |
Posted - 24 July 2003 : 18:51:31
|
Thanks masterao, but this exactly what I paste to the config.asp file. I am using currently for this installation IIS5.1 on XP using SQL Server developr. not sure if this environment problem or my mstake. I'll try the installation again on different platform and let you know.
|
 |
|
lsakizada
New Member

USA
90 Posts |
Posted - 25 July 2003 : 00:57:04
|
Hi, I am realy sorry but thats was my mistake, it was 4 AM when I set the mod... Its working perfect..thanks for this great free application. |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
|
satelite
Starting Member
7 Posts |
Posted - 12 August 2003 : 20:19:53
|
quote: Originally posted by masterao
Add the following to your config.asp (and remove the last %> before pasting the code below):
'#################################################################################
'######################## 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"-->
You also need to make sure that you have uploaded langMODS_Ls3kAU4.asp and the lang-file(s) you want to use.
pfieuh....
I had the same problem, thanks god (and you ofcourse ) this solution works for me too.... |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
|
|
Topic  |
|