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: MOD Implementation
 MOD error
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ispart
Starting Member

31 Posts

Posted - 26 April 2001 :  09:39:37  Show Profile
after installing one of the MOD's ( sorry i don't remember which one now) i am not able to get to user profile i am getting this message:

Microsoft JET Database Engine error '80040e14'

Syntax error (missing operator) in query expression 'M_NAME = 'test' WHERE M_NAME = 'test' AND M_PASSWORD = 'test''.

/axg/pop_profile.asp, line 637



You can test it @ www.afghan-xgeneration.com/axg

tilttek
Junior Member

Canada
333 Posts

Posted - 26 April 2001 :  10:21:30  Show Profile  Visit tilttek's Homepage
quote:

after installing one of the MOD's ( sorry i don't remember which one now) i am not able to get to user profile i am getting this message:
Syntax error (missing operator) in query expression 'M_NAME = 'test' WHERE M_NAME = 'test' AND M_PASSWORD = 'test''.
/axg/pop_profile.asp, line 637
[/red]



Seem it's an SQL error, send us Line 632 to 642 of pop_profile.asp




Philippe Gamache
http://www.tilttek.com
http://www.lapageamelkor.com
Go to Top of Page

ispart
Starting Member

31 Posts

Posted - 26 April 2001 :  10:41:27  Show Profile
got it guys i was trying to add the e_notification.asp and it and replaceed
if strAuthType = "db" then
strSql = strSql & " AND M_PASSWORD = '" & ChkString(Request.Form("Password"),"password") & "'"
end if

With

if strAuthType = "db" then
if Request.Form("Name")<>"" then
strSql = strSql & " WHERE M_NAME = '" & ChkString(Request.Form("Name"),"name") & "' "
strSql = strSql & " AND M_PASSWORD = '" & ChkString(Request.Form("Password"),"password") & "'"
else
strSql = strSql & " WHERE M_NAME = '" & ChkString(Request.querystring("Name"),"name") & "' "
strSql = strSql & " AND M_PASSWORD = '" & ChkString(Request.querystring("Password"),"password") & "'"
end if
end if


so it messed it up

Thanks

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