We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 7045
    • 225 Posts
    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.
      • 16558
      • 12 Posts
      Lacks_Imagination Reply #2, 15 years ago
      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.]
        • 3749
        • 24,544 Posts
        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.
          Did I help you? Buy me a beer
          Get my Book: MODX:The Official Guide
          MODX info for everyone: http://bobsguides.com/modx.html
          My MODX Extras
          Bob's Guides is now hosted at A2 MODX Hosting
          • 7045
          • 225 Posts
          Thanks BobRay, but I already checked the path. It is the correct.
            • 28215
            • 4,149 Posts
            splittingred Reply #5, 15 years ago
            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
              • 7045
              • 225 Posts
              That was it, thanks a ton.
                • 16558
                • 12 Posts
                Lacks_Imagination Reply #7, 15 years ago
                Thanks, that solved the problems I had too.
                  • 36626
                  • 51 Posts
                  I'm using the latest version and I'm still having this problem.