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 (Open)
 (v3.4.04) BUG+FIX: inc_mail.asp (name redefined)
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

sr_erick
Senior Member

USA
1318 Posts

Posted - 02 January 2004 :  09:50:26  Show Profile  Visit sr_erick's Homepage  Send sr_erick a Yahoo! Message
I assume it is something simple. Found in admin_accounts_pending.asp version 3.4.04

Microsoft VBScript compilation error '800a0411'

Name redefined

/snitz/inc_mail.asp, line 180

Const NoLoginMethod=0
------^




Erick
Snowmobile Fanatics

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 02 January 2004 :  14:38:13  Show Profile

inc_mail.asp


find the following around line #180:
		Const NoLoginMethod=0
		Const CramMD5Method=1
		Const AuthLoginMethod=2
		Const LoginPlainMethod=3
replace the above section of code with this:
		NoLoginMethod=0
		CramMD5Method=1
		AuthLoginMethod=2
		LoginPlainMethod=3
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 02 January 2004 :  14:44:59  Show Profile
The v3.4.04 .zip file has been updated with the above fix.
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