I am getting error "Class Mailchimp does not exist error" on running setup:di:complile and admin area edit product and other items.
Please Help
Solved! Go to Solution.
Hello @krishenuetb254
There seems Mailchimp library missing
Please try to check with run below CLI:
composer require mailchimp/mc-magento2
Or if still facing the issue then Uninstall Mailchimp module and again install this with composer
composer require mailchimp/mc-magento2
Hello @krishenuetb254
There seems Mailchimp library missing
Please try to check with run below CLI:
composer require mailchimp/mc-magento2
Or if still facing the issue then Uninstall Mailchimp module and again install this with composer
composer require mailchimp/mc-magento2