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 / Current Version (Old)
 inc_profile and pop_delete FIX BUG
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

pnonell
Starting Member

Spain
45 Posts

Posted - 01 August 2001 :  07:56:39  Show Profile  Visit pnonell's Homepage  Send pnonell a Yahoo! Message
We think it´s only a SQL problem. We fix with this:

Inc_profile.asp
Line 100
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_SIG"
strsql = strsql & ", " & strMemberTablePrefix & "MEMBERS.M_HOBBIES"
strsql = strsql & ", " & strMemberTablePrefix & "MEMBERS.M_LNEWS"
strsql = strsql & ", " & strMemberTablePrefix & "MEMBERS.M_QUOTE"
strsql = strsql & ", " & strMemberTablePrefix & "MEMBERS.M_BIO"

SQL Error: M_SIG must to be before M_hobbies, etc.

Pop_DELETE.ASP
' strSql = strSql & " WHERE " & strTablePrefix & "REPLY.T_STATUS <= 1 "
strSql = strSql & " WHERE " & strTablePrefix & "REPLY.R_STATUS <= 1 "

Change T_Status -> R_STATUS

Bye

Pedro Nonell
pnonell@reingex.com
www.reingex.com
In the next days we publish our Snitz forum

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 01 August 2001 :  08:01:03  Show Profile  Visit HuwR's Homepage
Please chec the bug forum, this has been reported and a fix posted.

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