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: General / Classic ASP versions(v3.4.XX)
 activating a pending account
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Rasyr
Junior Member

USA
199 Posts

Posted - 19 August 2002 :  18:44:05  Show Profile
I have had two distinct problems with activating pending accounts.

in the first one, users were getting an error about M_USERNAME could not be a 0 length field or something like that. Since this field is normally only used for NT authentication, I went ahead and changed the property of the field in the database. I was then able to activate the account of the girl who encountered it. I also have three other acount waiting to be activated, but when I click on the link in admin_accounts_pending.asp I get the following error:


Error Type:
Microsoft VBScript runtime (0x800A005E)
Invalid use of Null: 'Replace'
/iceforums/inc_func_common.asp, line 457


Line 457 contains the following code

Case "SQLString"
fString = Replace(fString, "'", "''")
if strDBType = "mysql" then
fString = Replace(fString, "\0", "\\0")
fString = Replace(fString, "\'", "\\'")
fString = Replace(fString, "\""", "\\""")
fString = Replace(fString, "\b", "\\b")
fString = Replace(fString, "\n", "\\n")
fString = Replace(fString, "\r", "\\r")
fString = Replace(fString, "\t", "\\t")
fString = Replace(fString, "\z", "\\z")
fString = Replace(fString, "\%", "\\%")
fString = Replace(fString, "\_", "\\_")
end if
fString = HTMLEncode(fString)
chkString = fString
exit function


Any help will be appreciated..

**TANSTAAFL**

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 August 2002 :  19:13:16  Show Profile
Have you looked at the current list of fixed bugs?

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=32993

it's #1 on the list.
Go to Top of Page

Rasyr
Junior Member

USA
199 Posts

Posted - 19 August 2002 :  19:45:34  Show Profile
I had fixed that one already, and went through and made sure that I fixed all others listed as well

I got a different error then. So, I double chacked the Avtive Users install instructions, and found I had made a small error on that page of the instructions (I had added the fields two lines after the one I was supposed to, not one line after it (the extra line had the M_SHA256 on it....)

Once I did that, boom!! it worked again...


**TANSTAAFL**
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.43 seconds. Powered By: Snitz Forums 2000 Version 3.4.07