I have been working on a site for a while and the register/login had been working great. I updated the package yesterday and now I can't get a confirmation to go through.
I get the email, but when I click on the link it takes me to my error page. I changed nothing, not a single call, form markup, nothing. I can't figure out what is going on, and I have nothing in the error log to help me.
I am hoping I am not the only one experiencing this issue.
I have the same issue as well. Also, the user being registered is not being added but I still get the email.
[ed. note: Lacks_Imagination last edited this post 15 years ago.]
That usually means that the path is incorrect. The error page is just the "page not found" page.
Take a look at the actual path in the source of the email message. That may give you a clue what's going on.
If the user is not being created, that's a different problem. Have you changed any of the fields in the form? If any of the user fields are not specified correctly in the form, creating the user would fail.
Thanks BobRay, but I already checked the path. It is the correct.
This may be related to a bug in 1.7.0-rc1 with the Register snippet. Update to 1.7.0-rc2.
shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect |
github |
splittingred.com
That was it, thanks a ton.
Thanks, that solved the problems I had too.
I'm using the latest version and I'm still having this problem.