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 User 4.0 MOD, error in "ADMIN_HOME.ASP"
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

brduran
New Member

Canada
98 Posts

Posted - 24 May 2003 :  13:22:04  Show Profile  Visit brduran's Homepage
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  Show Profile
Reread the read-me file, you didn't install the LS3k Lang packs.
Go to Top of Page

brduran
New Member

Canada
98 Posts

Posted - 24 May 2003 :  14:57:24  Show Profile  Visit brduran's Homepage
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

Go to Top of Page

lsakizada
New Member

USA
90 Posts

Posted - 23 July 2003 :  05:16:35  Show Profile
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
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 23 July 2003 :  19:39:57  Show Profile  Visit masterao's Homepage
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
Go to Top of Page

lsakizada
New Member

USA
90 Posts

Posted - 24 July 2003 :  18:51:31  Show Profile
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.
Go to Top of Page

lsakizada
New Member

USA
90 Posts

Posted - 25 July 2003 :  00:57:04  Show Profile
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.
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 25 July 2003 :  06:56:28  Show Profile  Visit masterao's Homepage
Im glad you got it working.

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

satelite
Starting Member

7 Posts

Posted - 12 August 2003 :  20:19:53  Show Profile  Visit satelite's Homepage
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....
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 12 August 2003 :  20:59:39  Show Profile  Visit masterao's Homepage

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
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.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07