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
 VBScript runtime error '800a01c2'
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 13 June 2007 :  04:19:04  Show Profile  Visit tomasalsbro's Homepage
Hi,

I use (Snitz) Image Forums 2001 ver.3.4.06 Multi-Language V2, and encore problems which manifests in Admin Section, User E-mail List, as I show in the following two images:

In English-US:

All Forums
Admin Section
User E-mail List
NOTE: The following table will show you a list of all users of this forum, and their e-mail addresses.
Page: Microsoft VBScript runtime error '800a01c2' Wrong number of arguments or invalid property assignment: 'fLang' /forum/admin_emaillist.asp, line 229

In Swedish:

*A Emaillist001
*A Emaillist002
*A Emaillist003
*A Emaillist004 *A Emaillist005
*A Emaillist010 Microsoft VBScript runtime error '800a01c2' Wrong number of arguments or invalid property assignment: 'fLang' /forum/admin_emaillist.asp, line 229

Admin_emaillist.asp, line 206-236:

sub DropDownPaging(fnum)
if maxpages > 1 then
if mypage = "" then
pge = 1
else
pge = mypage
end if
scriptname = request.servervariables("script_name")
Response.write " <form name=""PageNum" & fnum & """ action=""admin_emaillist.asp"">" & vbNewLine
Response.Write " <td><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine
if fnum = 1 then
Response.Write(" <b>" & fLang("L_A_Emaillist010") & " </b><select name=""whichpage"" size=""1"" onchange=""ChangePage(" & fnum & ");"">" & vbNewLine)
else
Response.Write(" <b>" & fLang("L_A_Emaillist011",maxpages) & " </b><select name=""whichpage"" size=""1"" onchange=""ChangePage(" & fnum & ");"">" & vbNewLine)
end if
for counter = 1 to maxpages
if counter <> cLng(pge) then
Response.Write " <option value=""" & counter & """>" & counter & "</option>" & vbNewLine
else
Response.Write " <option selected value=""" & counter & """>" & counter & "</option>" & vbNewLine
end if
next
if fnum = 1 then
Response.Write(" </select><b> " & fLang("L_A_Emaillist012",maxPages) & "</b>" & vbNewLine)
else
Response.Write(" </select>" & vbNewLine)
end if
Response.Write(" </font></td>" & vbNewLine)
Response.Write(" </form>" & vbNewLine)
end if
end sub
--------------
How do I solve this problem?
Thanks / Tomas

!-Keep distance in traffic-!
www.whiplashinfo.se

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 13 June 2007 :  04:30:01  Show Profile
Please use Image's forums for support on his modded Snitz.


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