Author |
Topic |
|
ispart
Starting Member
31 Posts |
Posted - 24 April 2001 : 15:40:12
|
after adding Avatar Mod v1.0 register.asp stoped working here are the steps i took : ******************************* In the file: REGISTER.ASP * *******************************
Below this line: (around line #178) ----------------
strsql = strsql & ", M_PHOTO_URL"
Add this line: --------------
strsql = strsql & ", M_AVATAR_URL"
Below this code: (around line #229) ----------------
if strPicture = "1" then strsql = strsql & ", '" & ChkString(Request.Form("Avatar_URL"),"") & "'" else strsql = strsql & ", ''" end if
Add this line: --------------
strsql = strsql & ", '" & ChkString(Request.Form("Avatar_URL"),"") & "'"
On this line: (around line #380) -------------
<form action="register.asp?mode=DoIt" method="post" id=form1 name=form1>
change: -------
name=form1
to: ---
name=Form1 ########################
i am getting Error Type: Microsoft JET Database Engine (0x80040E10) No value given for one or more required parameters. /ss/events.asp, line 649
by the way i am getting other error message after installing the events Error Type: Microsoft JET Database Engine (0x80040E10) No value given for one or more required parameters. /ss/events.asp, line 649
Thanks
|
|
ispart
Starting Member
31 Posts |
Posted - 24 April 2001 : 16:59:09
|
Why no one ever answers me here?? are all of my questions that dumb??
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 24 April 2001 : 17:01:43
|
When you say that register.asp stopped working, what do you mean?
Are you getting an error message?
I can't help you with the events mod, it's totally separate from the Avatar MOD. |
|
|
ispart
Starting Member
31 Posts |
Posted - 25 April 2001 : 11:16:56
|
i am getting this error
Error Type: Microsoft JET Database Engine (0x80040E07) Data type mismatch in criteria expression. /ss/register.asp, line 298
|
|
|
|
Topic |
|