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
 Email vailidation mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

hockeybob
Starting Member

United Kingdom
13 Posts

Posted - 22 May 2002 :  05:32:13  Show Profile
I have installed the email validation mod on my forum (ver 3.3.03) and mostly it works great. New users can register and validate their email OK. However when an existing user changes their email address and tries to validate it they get the following message:

"There is a Problem!

Your verification key did not match the one that we have in our database. Please try changing your email address again by clicking the Profile link at the top right hand corner......"

The new email address appears to have been accepted though.
I would be grateful for any assistance.

HockeyBob
Real hockey players do it on grass

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 22 May 2002 :  11:06:45  Show Profile
Have you tried it yourself? Or was it reported by one of your users?

«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
Go to Top of Page

hockeybob
Starting Member

United Kingdom
13 Posts

Posted - 23 May 2002 :  04:29:35  Show Profile
Both, it was one of my members that drew it to my attention, and I tried with a couple of test accounts. Same result.

HockeyBob
Real hockey players do it on grass
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 23 May 2002 :  11:06:07  Show Profile
Post a link to a txt version of your pop_profile.asp file.
And a link to your forum would be helpful.

«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
Go to Top of Page

hockeybob
Starting Member

United Kingdom
13 Posts

Posted - 27 May 2002 :  04:28:59  Show Profile
Sorry for the delay, been away for the weekend.

the forum is at www.morganacademyfp.co.uk

txt version of pop_profile at
www.morganacademyfp.co.uk/pop_profile.txt


HockeyBob
Real hockey players do it on grass
Go to Top of Page

theory
Starting Member

29 Posts

Posted - 02 June 2002 :  22:16:48  Show Profile
quote:

I have installed the email validation mod on my forum (ver 3.3.03) and mostly it works great. New users can register and validate their email OK. However when an existing user changes their email address and tries to validate it they get the following message:

"There is a Problem!

Your verification key did not match the one that we have in our database. Please try changing your email address again by clicking the Profile link at the top right hand corner......"

The new email address appears to have been accepted though.




Hi!
Same problem here.
But got this error message instead:

error '80020009'
Exception occurred.

/myforum/pop_profile.asp, line 94


Line 94 in pop_profile:
if rsKey.EOF or rsKey.BOF or strComp(verkey, rsKey("M_KEY")) <> 0 then
'Error message to user



???
Go to Top of Page

theory
Starting Member

29 Posts

Posted - 02 June 2002 :  22:24:19  Show Profile
One more thing.
Since yesterday, on members pending page, the colunm days since now shows 116 for all new members waiting for validation.
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 02 June 2002 :  22:53:39  Show Profile
Theory please post a new topic with your problem.

«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 02 June 2002 :  23:15:57  Show Profile
HockeyBob you are missing some code from your pop_profile.asp file. After line 974 in your file, you are missing the following code(the code that says Email Validation):
strSql = strSql & "     M_SIG = '" & ChkString(Request.Form("Sig"),"message") & "', "
'############################### Email Validation #####################################
if strEmailVal = "1" then
strSql = strSql & " M_NEWEMAIL = '" & ChkString(Request.Form("Email"),"SQLString") & "' "
else
strSql = strSql & " M_EMAIL = '" & ChkString(Request.Form("Email"),"SQLString") & "' "
end if
strSql = strSql & ", M_KEY = '" & chkString(verKey,"SQLString") & "'"
'strSql = strSql & " M_EMAIL = '" & ChkString(Request.Form("Email"),"SQLString") & "' "
'######################################################################################


«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
Go to Top of Page

hockeybob
Starting Member

United Kingdom
13 Posts

Posted - 03 June 2002 :  05:01:18  Show Profile
Davio

Added the code and it is now working. Many thanks, your help is appreciated!

regards

HockeyBob
Real hockey players do it on grass
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 03 June 2002 :  07:22:31  Show Profile
You're Welcome!

You can delete the test account from your forum.

«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
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.42 seconds. Powered By: Snitz Forums 2000 Version 3.4.07