When a user signs up in my forum the validation url comes out with a 'typo':
' user_validate '
is ' uservalidate '
so when a user trys to validate his sign he gets a 'no such action as ' uservalidate '
Is this something that I messed up in the .eml templates?
I just reinstalled the gt forum 1.5 from scratch. This is the line in the validation.eml :
<%cgi_root_url%>/gforum.cgi?do=user_validate&validate=<%validate_code%>&t=english
so why is the "do=user_validate" coming out as " do=uservalidate " ?
Now I just tried to resign up in this forum and I got the same problem. Could it be my web mail provider?
I know it works with a pop3 account, but I am having this problem on both my forum and this forum !
This is the url I got:
http://www.gossamer-threads.com/perl/gforum/gforum.cgi?do=uservalidate&validate=13329GTjK0kmLIMPqiDBv5J4epA4BdaE
now 'uservalidate' is an invalid action. If you add the missing "_" (underscore) it works, but you can't have your users doing that !!!
How can we solve this problem?
' user_validate '
is ' uservalidate '
so when a user trys to validate his sign he gets a 'no such action as ' uservalidate '
Is this something that I messed up in the .eml templates?
I just reinstalled the gt forum 1.5 from scratch. This is the line in the validation.eml :
<%cgi_root_url%>/gforum.cgi?do=user_validate&validate=<%validate_code%>&t=english
so why is the "do=user_validate" coming out as " do=uservalidate " ?
Now I just tried to resign up in this forum and I got the same problem. Could it be my web mail provider?

This is the url I got:
http://www.gossamer-threads.com/perl/gforum/gforum.cgi?do=uservalidate&validate=13329GTjK0kmLIMPqiDBv5J4epA4BdaE
now 'uservalidate' is an invalid action. If you add the missing "_" (underscore) it works, but you can't have your users doing that !!!
How can we solve this problem?