Author |
Topic |
|
Lore
Starting Member
19 Posts |
Posted - 07 April 2002 : 14:41:48
|
I've just installed Avatar MOD 2.0. The only other MOD I'm using is Email Validation MOD. When I go to access Admin or any other "Profile" I get the following error"
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
/snitz/pop_profile.asp, line 741
I checked the code update for pop_profile.asp and everything seems to be ok according to the docs... just did a cut and paste in fact.
Thanks in Advance
|
|
Syko BA
Junior Member
United Kingdom
257 Posts |
Posted - 07 April 2002 : 18:19:02
|
Lore
I have been also having problems with this MOD but managed to resolve it by using notepad to do all the changes required in pop_profile.asp.
I was using Dream Weaver and was getting errors (even though I followed the instructions letter by letter).
Hope this is the resolution to your problem.
http://80.4.80.113/forum99/
|
|
|
Lore
Starting Member
19 Posts |
Posted - 07 April 2002 : 19:22:18
|
Used WordPad since pop_profile.asp is too large a file for NotePad.
Gary
|
|
|
Lore
Starting Member
19 Posts |
Posted - 07 April 2002 : 23:25:56
|
Any ideas .....anyone?
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 08 April 2002 : 00:13:54
|
The Avatar MOD was released before the E-Mail Validation MOD was released. There are some changes that the E-Mail Validation MOD requires that breaks the Avatar MOD. Most likely this is why you are having a problem. |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 08 April 2002 : 00:21:08
|
Post a link to a txt version of your pop_profile.asp file.
«------------------------------------------------------» Want to know when the next version comes out, as soon as possible? Join our Mailing Lists ! |
|
|
Lore
Starting Member
19 Posts |
|
Lore
Starting Member
19 Posts |
Posted - 09 April 2002 : 09:41:25
|
I'm not feeling so snitzy?
|
|
|
Um
Junior Member
222 Posts |
Posted - 09 April 2002 : 09:53:15
|
quote:
Lore
I have been also having problems with this MOD but managed to resolve it by using notepad to do all the changes required in pop_profile.asp.
I was using Dream Weaver and was getting errors (even though I followed the instructions letter by letter).
Hope this is the resolution to your problem.
http://80.4.80.113/forum99/
What are you saying, that for no errors i better to use notepad, or word pad?
I was editing pop_profile in FrontPage... is it better to do it in wordpad or notepad?
And yes,
Can somebody plese look in his acess file, and look for "FORUM_AVATAR" table, because I dont have it, and I think that, this table had to be there...
So, where can I download this acess document with FORUM_AVATAR in it?
|
|
|
SubKamran
Junior Member
101 Posts |
Posted - 09 April 2002 : 11:25:59
|
I use FrontPage...i don't let it view the file in Normal view. i use it cuz it's easy to access the files...
Kamran A 14/m/mn Minneapolis, MN Web Dev/Flash Dev |
|
|
SubKamran
Junior Member
101 Posts |
Posted - 09 April 2002 : 11:34:23
|
out of pure curiousity uncomment this line:
' QuoteOk = ChkQuoteOk(STRdbntUserName)
so it looks like:
QuoteOk = ChkQuoteOk(STRdbntUserName)
just wanna see wat'll say...
Kamran A 14/m/mn Minneapolis, MN Web Dev/Flash Dev |
|
|
Lore
Starting Member
19 Posts |
Posted - 09 April 2002 : 12:00:32
|
Removed the comment from:
QuoteOk = ChkQuoteOk(STRdbntUserName)
came back with the same error...
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 10 April 2002 : 01:39:22
|
Add these two lines before the line thats erroring. Then post what it spits out.
response.write strSql response.end
Nathan Bales Snitz Exchange | Do's and Dont's |
|
|
Lore
Starting Member
19 Posts |
Posted - 10 April 2002 : 11:43:15
|
I get the following: SELECT FORUM_MEMBERS.MEMBER_ID, FORUM_MEMBERS.M_NAME, FORUM_MEMBERS.M_USERNAME, FORUM_MEMBERS.M_EMAIL, FORUM_MEMBERS.M_FIRSTNAME, FORUM_MEMBERS.M_LASTNAME, FORUM_MEMBERS.M_LEVEL, FORUM_MEMBERS.M_TITLE, FORUM_MEMBERS.M_PASSWORD, FORUM_MEMBERS.M_ICQ, FORUM_MEMBERS.M_YAHOO, FORUM_MEMBERS.M_AIM, FORUM_MEMBERS.M_COUNTRY, FORUM_MEMBERS.M_POSTS, FORUM_MEMBERS.M_CITY, FORUM_MEMBERS.M_STATE, FORUM_MEMBERS.M_HIDE_EMAIL, FORUM_MEMBERS.M_DATE, FORUM_MEMBERS.M_PHOTO_URL, FORUM_MEMBERS.M_AVATAR_URL, FORUM_MEMBERS.M_HOMEPAGE, FORUM_MEMBERS.M_LINK1, FORUM_MEMBERS.M_LINK2, FORUM_MEMBERS.M_AGE, FORUM_MEMBERS.M_MARSTATUS, FORUM_MEMBERS.M_SEX, FORUM_MEMBERS.M_OCCUPATION, FORUM_MEMBERS.M_HOBBIES, FORUM_MEMBERS.M_QUOTE, FORUM_MEMBERS.M_BIO, FORUM_MEMBERS.M_LNEWS, FORUM_MEMBERS.M_SIG FROM FORUM_MEMBERS WHERE M_NAME = 'admin' AND M_PASSWORD = 'admin'
|
|
|
|
Topic |
|