- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2020
04:55 AM
01-15-2020
04:55 AM
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.
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2020
07:46 AM
01-16-2020
07:46 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2020
01:42 AM
01-23-2020
01:42 AM
Re: Customer registration not working magento 2.3
Thanks for the reply.
Navin_Subscribe module not found in magento2.3 website's code