Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.20 PHP Fatal error: Uncaught Error: Call to undefined method Ebizmarts_MailChimp_Model_Api_Subscribers_MailchimpTags::getHelper() in /app/code/community/Ebizmarts/MailChimp/Model/Api/Subscribers/MailchimpTags.php:275 #1177

Closed
rbrown opened this issue May 18, 2020 · 3 comments
Assignees
Labels
Milestone

Comments

@rbrown
Copy link
Contributor

rbrown commented May 18, 2020

1.1.20 PHP Fatal error: Uncaught Error: Call to undefined method Ebizmarts_MailChimp_Model_Api_Subscribers_MailchimpTags::getHelper() in /app/code/community/Ebizmarts/MailChimp/Model/Api/Subscribers/MailchimpTags.php:275

Stack trace:
#0 /app/code/community/Ebizmarts/MailChimp/Model/Api/Subscribers/MailchimpTags.php(239): Ebizmarts_MailChimp_Model_Api_Subscribers_MailchimpTags->_addSubscriberData(Object(Ebizmarts_MailChimp_Model_Subscriber), 'name', 'name', 'emal', 'hash')
#1 /app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php(164): Ebizmarts_MailChimp_Model_Api_Subscribers_MailchimpTags->processMergeFields(Array, true)
#2 /app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php(76 in /app/code/community/Ebizmarts/MailChimp/Model/Api/Subscribers/MailchimpTags.php on line 275

I guess this is fixed by 8a6c606 but I wanted to

a) check before I add 1 patch to the version we're running
b) query the name of mysql4-upgrade-1.1.19-1.1.20.php in the commit, in case that messes up upgrading to 1.1.21 later

@Santiagoebizmarts
Copy link
Contributor

Thanks for your feedback @rbrown

In the meantime you can just replace:
$this->getHelper();
With
Mage::helper('mailchimp');

Kind Regards.

@rbrown
Copy link
Contributor Author

rbrown commented May 20, 2020

Yes, I started the cron up again and it's happy, thank you

@Santiagoebizmarts Santiagoebizmarts added this to the 1.1.21 milestone May 27, 2020
@giorello
Copy link
Contributor

Hello @rbrown.

This issue will get solved with our next release (v1.1.21). As you can see here, the method name had been changed to 'getMailchimpHelper' and this issue doesn't happen anymore.

Thanks for your feedback.

Regards,
Javier Giorello.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants