I try to use the module for my site. Well, I have two roles "Company" and "Person",
when I select one of them in the dropdown menu, then fill required fields, then click on submit button,
I got warning.
Your User Registration has been created.
----
user warning: Duplicate entry '0-3' for key 1 query: INSERT INTO users_roles (uid, rid) VALUES (0, 3) in /var/www/includes/database.mysql.inc on line 172.
----
(yep, I know than it's another issue about).
...and I see the same page. If I click to submit button again, then login tab show me:
An error occurred:
and whole title page of my site inside of the login tab.
Yes, I haven't special pages for 403 or 404 errors, but I sure than this case shouldn't happend anyway, and user have to be redirected from this page to somewhere else.
Also note than my first registration page has nodefamily fields, guess it's not a source of the problem.
Comments
Comment #1
rconstantine commentedI need to do another release. You can ignore this error. Don't submit the registration a second time.
Didn't I post how to change the code to fix this somewhere? Thought I did.