New user registration failure in version 3.8

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
I recently downloaded nopcommerce 3.8 but when i try to create a new user the page loads for some seconds and stops without giving any success or failure message.What could be the problem? Thanks
7 years ago
karcs wrote:
I recently downloaded nopcommerce 3.8 but when i try to create a new user the page loads for some seconds and stops without giving any success or failure message.What could be the problem? Thanks


Clean the nopweb and build again and also clear cache of browser.
7 years ago
I have tried that but all in vain!
7 years ago
hello to all
i have same problem with registering a new user and:
1- cannot login to admin area with my username that was workin normal in version 3.7
2- google captcha not show in new version 3.8
All of these problems were created after the update from 3.7 to 3.8.
thank you
7 years ago
We are in the same boat.  Everything worked before.  After upgrading to 3.8 user registration has stopped working.  Not good.

It posts just fine with a 200 http response, no errors in console, the page shows no messages and it just refreshes.  Doesn't redirect and no new user in the database.
7 years ago
I've figured out the issue.  The code is checking for a captcha and the model is invalid because no captcha was filled out.  But no captcha was done because there isn't one rendering.  What's going on?  First time I've had multiple issues with a nop upgrade.  Was registration not tested before release?
7 years ago
In order to fix this in a production environment change captchasettings.enabled, captchasettings.showonloginpage, captchasettings.showonregistrationpage from table Setting from true to false :)
7 years ago
I actually changed it to use version two and it showed up.  Version 1 is broken.
7 years ago
Any ideas on why captcha isn't rendering?  A little off topic I know, but seeing as it is related I thought I'd as if any of you have corrected that as well.
7 years ago
phuff34 wrote:
I actually changed it to use version two and it showed up.  Version 1 is broken.


This worked for me.  Sorry I posted my other question before what you posted sunk in.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.