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.
Hace 7 años
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
Hace 7 años
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.
Hace 7 años
I have tried that but all in vain!
Hace 7 años
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
Hace 7 años
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.
Hace 7 años
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?
Hace 7 años
In order to fix this in a production environment change captchasettings.enabled, captchasettings.showonloginpage, captchasettings.showonregistrationpage from table Setting from true to false :)
Hace 7 años
I actually changed it to use version two and it showed up.  Version 1 is broken.
Hace 7 años
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.
Hace 7 años
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.