cancel
Showing results for 
Search instead for 
Did you mean: 

Customer registration not working magento 2.3

Customer registration not working magento 2.3

customer registration not working in front end and admin section its showing me different different error message on front end and admin section.

 

Front end : Class Navin\Subscribe\Model\Subscriber does not exist

Admin Section : Something went wrong while saving the customer.

 

Please help me to solve above issues.

2 REPLIES 2

Re: Customer registration not working magento 2.3

@Nitin khotiwale try registration after disabling module using below code.

 

php bin/magento module:disable Navin_Subscribe
php bin/magento setup:upgrade
sudo chmod 777 -R var/ generated/
php bin/magento cache:flush

Thanks

Re: Customer registration not working magento 2.3

Thanks for the reply.

 

Navin_Subscribe module not found in magento2.3 website's code