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)
 BUG+FIX 33(.03) pop_profile logging in
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 07 November 2001 :  23:40:53  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
This bug only occurs when implementing the bug fix related to single quotes(') in member names. This happens when a user trys to log into there profile.

Line 678 of pop profile.asp change from

strSql = strSql & " WHERE "&Strdbntsqlname&" = '" & ChkString(STRdbntUserName, "decode") & "' "


to

[code]strSql = strSql & " WHERE "&Strdbntsqlname&" = '" & ChkString(STRdbntUserName, "archive") & "' "code]

Fixed for 3.4

---------------
-Da_Stimulator
Stims Snitz Test area - Running 3.3.03, 4 beta, and Huw's modified code
Need a Mod? Check out the Mod Resource

Edited by - da_stimulator on 07 November 2001 23:55:00

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 07 November 2001 :  23:45:35  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
note the above did not work, working on a solution

---------------
-Da_Stimulator
Stims Snitz Test area - Running 3.3.03, 4 beta, and Huw's modified code
Need a Mod? Check out the Mod Resource
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 07 November 2001 :  23:56:14  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
ok Additionally at line 686 you have to remove the ChkQuoteOK function

Old:
if rs.BOF or rs.EOF or not(ChkQuoteOk(STRdbntUserName)) or not(ChkQuoteOk(Password)) then

New:
if rs.BOF or rs.EOF or not(ChkQuoteOk(Password)) then

---------------
-Da_Stimulator
Stims Snitz Test area - Running 3.3.03, 4 beta, and Huw's modified code
Need a Mod? Check out the Mod Resource
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 08 November 2001 :  13:08:18  Show Profile
Stim, you're doing a good job so far. But just a little concern I have, when you find a bug, could you leave it open a while so we can confirm that it is a bug that needs to be fixed, and that your suggested fix is ok before implementing it into the source code?

So if it doesn't work, everyone can't say it was Da_Stimulator's fault. They can point fingers at all the Admins and DEV Team members, since we would have to confirm it works first.


- David
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 08 November 2001 :  13:12:59  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Sure :) But this isnt a 'bug' anymore - as we decided not to fix the apostrophe thing, since it complicates things too much

---------------
-Da_Stimulator
Stims Snitz Test area - Running 3.3.03, 4 beta, and Huw's modified code
Need a Mod? Check out the Mod Resource
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 01 December 2001 :  10:17:59  Show Profile
Well, whats the final decision? The alpha code is already different:

strSql = strSql & " WHERE "&Strdbntsqlname&" = '" & ChkString(STRdbntUserName, "SQLString") & "' "


Didn't implement it in v40b03patch001 yet.


Think Pink
Test Site not ready yet | Post v40b03 Patches
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.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07