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
 Profile not working after installing Avatar Mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

660
Starting Member

18 Posts

Posted - 31 January 2005 :  01:00:34  Show Profile
After I installed the Avatar Mod I receieved this error:

Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/catja/forum/pop_profile.asp, line 889



Here is the code from pop_profile.asp line 889 in RED

strsql = strsql & ", " & strMemberTablePrefix & "MEMBERS.M_HOBBIES"
strsql = strsql & ", " & strMemberTablePrefix & "MEMBERS.M_LNEWS"
strsql = strsql & ", " & strMemberTablePrefix & "MEMBERS.M_QUOTE"
strsql = strsql & ", " & strMemberTablePrefix & "MEMBERS.M_BIO"
strSql = strSql & ", " & strMemberTablePrefix & "MEMBERS.M_SIG"
strSql = strSql & " FROM " & strMemberTablePrefix & "MEMBERS"
strSql = strSql & " WHERE " & strDBNTSQLName & " = '" & ChkString(strDBNTUserName, "SQLString") & "' "
if strAuthType = "db" then
strSql = strSql & " AND M_PASSWORD = '" & ChkString(strEncodedPassword,"SQLString") & "'"
end if

set rs = my_Conn.Execute(strSql)

if strUseExtendedProfile then
Response.Write " <table width=""100%"" border=""0"">" & vbNewLine & _
" <tr>" & vbNewLine & _


What needs to be done?

Edited by - 660 on 31 January 2005 01:03:32

660
Starting Member

18 Posts

Posted - 31 January 2005 :  01:28:20  Show Profile
Nevermind I forgot to do th e Mod Setup in the Admin section. I got it working
Go to Top of Page

nikae
Starting Member

5 Posts

Posted - 15 March 2005 :  22:43:27  Show Profile
Hi

I got this same problem, but i cant do the Setup for Mod in Administration, becouse it looks like diferent from the install guide. When i click MOD Setup, it shows a Screen asking for some kind of CODE that i dont know what do i have to type, and i cant find in the Install guide of MOD.

My Snitz Forum is 3.4.03 and the mode is Avatar MOD for 3.4.

Thank You
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 16 March 2005 :  09:17:55  Show Profile
Open the dbs file that came in the zip, copy everything in it and paste it into that textbox.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

nikae
Starting Member

5 Posts

Posted - 16 March 2005 :  17:15:14  Show Profile
Thank you Shaggy !!!
Go to Top of Page

nikae
Starting Member

5 Posts

Posted - 16 March 2005 :  17:56:36  Show Profile
Hi!

I did what you told me and it works, but i got a new problem:
After that, i uploaded 1 avatar, and set the avatar up to me. And when i try open any posts i have, a white screen shows up with the following message:


Microsoft VBScript compilation error '800a0401'

Expected end of statement

/kainhomepage/forum/topic.asp, line 510

intI = 0 rM_NAME = 0
----------^



i Rewrite the topic.asp file twice and the same screen apears.

The 510 line in my topic.asp code is the following:

if iReplyCount = "" then '## No replies found in DB
' Nothing
else

intI = 0 rM_NAME = 0
rM_RECEIVE_EMAIL = 1
rM_AIM = 2


Some1 knows what should i do?

Thank you again

Edited by - nikae on 16 March 2005 19:27:17
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 17 March 2005 :  06:18:28  Show Profile
That should look like this.
intI = 0 

rM_NAME = 0
rM_RECEIVE_EMAIL = 1
rM_AIM = 2

Seperate the lines.

    _-/Cripto9t\-_
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 18 March 2005 :  05:50:13  Show Profile
quote:
Originally posted by nikae
Thank you Shaggy !!!
You're welcome, Nikae


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
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.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07