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
 Avatar Mod v1.0 Problem!
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ispart
Starting Member

31 Posts

Posted - 24 April 2001 :  15:40:12  Show Profile
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  Show Profile
Why no one ever answers me here?? are all of my questions that dumb??

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 24 April 2001 :  17:01:43  Show Profile
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.
Go to Top of Page

ispart
Starting Member

31 Posts

Posted - 25 April 2001 :  11:16:56  Show Profile
i am getting this error

Error Type:
Microsoft JET Database Engine (0x80040E07)
Data type mismatch in criteria expression.
/ss/register.asp, line 298




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