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.
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"-->
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.