How to solve Blank Mailchimp Page in Magento 2 admin
you trying to use Mailchimp Extention for Magento 2, right?
it seems you have a blank page when trying to go to Mailchimp setting or stores in the Magento Admin panel!
don’t worry it’s a simple issue that can be solved by installing the Mailchimp library for Magento 2 using the composer.
Steps to Solve the Blank Mailchimp Page in Magento 2 Admin Panel:
1- go to SSH – Terminal
2- go to the Magento directory… using cd command line:
e.g:
cd /var/www/html
3- run this command
composer require mailchimp/mc-magento2
4- run these commands lines one by one.
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento index:reindex php bin/magento cache:flush php bin/magento setup:static-content:deploy {{locales such as ar_SA en_US}} php bin/magento cache:clean
YES! it’s working now, right?
if you need any assistant don’t hesitate to post a comment and i’ll replay to you as soon as possible.
Thanks!