You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: include(Ebizmarts/MailChimp/Model/Resource/Ecommercesyncdata/Promorules/Collection.php): failed to open stream: No such file or directory in /data/web/jenkins/public/builds/current/lib/Varien/Autoload.php on line 94 #1156
Warning: include(Ebizmarts/MailChimp/Model/Resource/Ecommercesyncdata/Promorules/Collection.php): failed to open stream: No such file or directory in /data/web/jenkins/public/builds/current/lib/Varien/Autoload.php on line 94
Problem seems to be the following lines:
app/code/community/Ebizmarts/MailChimp/Model/Api/PromoCodes.php line 476
$collection = Mage::getResourceModel('mailchimp/ecommercesyncdata_promocodes_collection');
should be
$collection = Mage::getResourceModel('mailchimp/ecommercesyncdata_promoCodes_collection');
Note the camelcasing in promoCodes
app/code/community/Ebizmarts/MailChimp/Model/Api/PromoRules.php line 458
$collection = Mage::getResourceModel('mailchimp/ecommercesyncdata_promorules_collection');
should be
$collection = Mage::getResourceModel('mailchimp/ecommercesyncdata_promoRules_collection');