Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 (v3.4.02) BUG+FIX: admin_forums_schedule.asp
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

kwhipp
Junior Member

USA
407 Posts

Posted - 10 September 2002 :  09:50:46  Show Profile  Visit kwhipp's Homepage  Send kwhipp an AOL message  Send kwhipp an ICQ Message  Send kwhipp a Yahoo! Message
When I attempt to update the archive schedule of two or more forums, the first forum updates and then I get the following message.
Microsoft VBScript runtime error '800a000d' 

Type mismatch: 'cLng' 

/forum/admin_forums_schedule.asp, line 85 


- Kevin

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 11 September 2002 :  04:20:59  Show Profile
on line #85 of admin_forums_schedule.asp

change this:

			strSQL = strSQL & " WHERE FORUM_ID = " & cLng("0" & reqID(i))
to this:

			strSQL = strSQL & " WHERE FORUM_ID = " & cLng("0" & trim(reqID(i)))
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 September 2002 :  00:14:10  Show Profile
fixed in v3.4.03
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.15 seconds. Powered By: Snitz Forums 2000 Version 3.4.07