Gossamer Forum
Home : Products : DBMan : Installation :

problem with # Verifying New Signup accounts mod

Quote Reply
problem with # Verifying New Signup accounts mod
Today I added the mod for # Verifying New Signup accounts. After filling in the signup form information and submitting, the script writes the encrypted password and userid to the holding.pass file but a URL not found screen is returned.

Looking at the signup sub routine it appears that what should be returned is the screen generated by the &html_confirm_form; sub.

Can anyone help me on this as to what the problem would be.




Quote Reply
Re: [Dglinski] problem with # Verifying New Signup accounts mod In reply to
Perhaps a link to the mod so that the codes can be used would help.

My guess would be that you may not have added a line within the db.cgi file within sub main so the script would know where to go once the signup form was entered?



Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Quote Reply
Re: [LoisC] problem with # Verifying New Signup accounts mod In reply to
>>My guess would be that you may not have added a line within the db.cgi file within sub main so the script would know where to go once the signup form was entered?<<

If that was the case it should go to the unknown action page, not a page not found.