Author |
Topic |
|
660
Starting Member
18 Posts |
Posted - 31 January 2005 : 01:00:34
|
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
|
Nevermind I forgot to do th e Mod Setup in the Admin section. I got it working |
|
|
nikae
Starting Member
5 Posts |
Posted - 15 March 2005 : 22:43:27
|
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 |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 16 March 2005 : 09:17:55
|
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.” |
|
|
nikae
Starting Member
5 Posts |
Posted - 16 March 2005 : 17:15:14
|
Thank you Shaggy !!! |
|
|
nikae
Starting Member
5 Posts |
Posted - 16 March 2005 : 17:56:36
|
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 |
|
|
cripto9t
Average Member
USA
881 Posts |
Posted - 17 March 2005 : 06:18:28
|
That should look like this.
intI = 0
rM_NAME = 0
rM_RECEIVE_EMAIL = 1
rM_AIM = 2
Seperate the lines. |
_-/Cripto9t\-_ |
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 18 March 2005 : 05:50:13
|
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.” |
|
|
|
Topic |
|