Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/68261?pagenum=1
05 November 2025, 12:59
Topic
phoenixtaz13
register.asp error
19 February 2009, 12:25
hello... good day to all...
need help again..... :)
heres the error message: Microsoft JET Database Engine (0x80040E14) Number of query values and destination fields are not the same.
/forum/register.asp, line 659
line 659 is in red strSql = strSql & ", 1" strSql = strSql & ", '" & ChkString(Request.Form("Avatar_URL"),"SqlString") & "'" strSql = strSql & ")" my_Conn.Execute (strSql),,adCmdText + adExecuteNoRecords
i get this error when i activate the quote in MEMBERS DETAILS CONFIGURATION.
how do i fix this?....
thanks in advance.... :)
<
Replies ...
AnonJr
19 February 2009, 12:49
Looks like a problem with a MOD you installed.
Right before line 659, add the part in green:
This will output the SQL statement, and help you figure out where the problem is.
Once you've got the SQL statement copied down somewhere you can remove those two lines.<
what will i do next?....
thanks again for ur help.... :)
<
MaD2ko0l
19 February 2009, 13:32
check your installation of the avatar mod, seems as tho you are missing somthing at the end of the insert statement.<
phoenixtaz13
20 February 2009, 20:37
i rechecked my installation of avatar mod, everything is in order, i still get the error... :(
just thinking, if the cause of the problem is my avatar mod, how come it only occurs when i activate the quote in the member detail configuration?.... i dont get errors if the quote is deactivated....
any ideas?....
<
Carefree
20 February 2009, 20:44
Post a link to a copy of your "register.asp" in .txt format for us to review.<
phoenixtaz13
20 February 2009, 23:01
thanks for ur time...
heres the link for my register.asp in TXT http://cid-712c33ce341411d8.skydrive.live.com/embedgrid.aspx/.Public/register.txt
error message: Microsoft VBScript compilation (0x800A03F6) Expected 'End' /forum/register.asp, line 692
heres LINE 692 in red: strMessage = strMessage & "You can change your information at our website by selecting the ""Profile"" link." & vbNewline & vbNewline strMessage = strMessage & "Happy Posting!" %> <!--#INCLUDE FILE="inc_mail.asp" --> <% end if else
Response.Write " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """ color=""" & strHiLiteFontColor & """>There Was A Problem With Your Details</font></p>" & vbNewLine & _ " <table align=""center"" border=""0"">" & vbNewLine & _ " <tr>" & vbNewLine & _ " <td><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHiLiteFontColor & """><ul>" & Err_Msg & "</ul></font></td>" & vbNewLine & _ " </tr>" & vbNewLine & _ " </table>" & vbNewLine & _ " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><a href=""JavaScript:history.go(-1)"">Go Back To Enter Data</a></font></p>" & vbNewLine WriteFooter Response.End end if
hope to hear from u soon....
thanks... god bless....<
phoenixtaz13
21 February 2009, 12:48
carefree,
found out the problem already.... apparently, my prob was with the active users mod, i inserted some statements inside the quote, when it should be outside quote statment...
thanks for taking ur time, greatly appreciate it.... :)