Author |
Topic  |
|
hockeybob
Starting Member
United Kingdom
13 Posts |
Posted - 22 May 2002 : 05:32:13
|
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
|
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 ! |
 |
|
hockeybob
Starting Member
United Kingdom
13 Posts |
Posted - 23 May 2002 : 04:29:35
|
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 |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 23 May 2002 : 11:06:07
|
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 ! |
 |
|
hockeybob
Starting Member
United Kingdom
13 Posts |
|
theory
Starting Member
29 Posts |
Posted - 02 June 2002 : 22:16:48
|
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
???
|
 |
|
theory
Starting Member
29 Posts |
Posted - 02 June 2002 : 22:24:19
|
One more thing. Since yesterday, on members pending page, the colunm days since now shows 116 for all new members waiting for validation. |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 02 June 2002 : 22:53:39
|
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 ! |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 02 June 2002 : 23:15:57
|
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 ! |
 |
|
hockeybob
Starting Member
United Kingdom
13 Posts |
Posted - 03 June 2002 : 05:01:18
|
Davio
Added the code and it is now working. Many thanks, your help is appreciated!
regards
HockeyBob Real hockey players do it on grass |
 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
Posted - 03 June 2002 : 07:22:31
|
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 ! |
 |
|
|
Topic  |
|