Vargash Posted February 23, 2021 Share Posted February 23, 2021 Hi everyone, since upgrading to version 1.7.7.1 (or, that's when I noticed the issue) customer registration is no longer working. After having inserted all the form data and sending the Submit, it simply stay in the registration page without any error. After some debugging, I found out that in "AuthController.php", the "actionSubmitAccountBefore" hook invocation returns false on its first iteration, thus preventing the registration from going on. I haven't found any hook registration via code for that particular one, is there anything else I can check? Link to comment Share on other sites More sharing options...
Adrien T Posted February 23, 2021 Share Posted February 23, 2021 Hello, yes, you have to look at parameters which are send & the answer if it's by ajax. can you drop us the ajax request with parameters ? When you submit form, is there an ajax request or refresh ? At least could you give me the url ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now