cancel
Showing results for 
Search instead for 
Did you mean: 

Class Mailchimp does not exist error

SOLVED

Class Mailchimp does not exist error

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Class Mailchimp does not exist error

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



Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!

View solution in original post

1 REPLY 1

Re: Class Mailchimp does not exist error

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



Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!