Ultimate Member MailChimp bug
-
Hi Calum,
Firstly I’d like to thank you and your team for the plugin, great work π
I think we’ve spotted a bug in the Ultimate Member – MailChimp extension.
If you tick the “Enable this MailChimp list” box it will break the /my-account/view-subscription/ page.
Here are the details of the error: PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 9223372036854775840 bytes) in /nas/content/live/website/wp-content/plugins/um-mailchimp/includes/core/class-mailchimp-func.php on line 461
We fixed it by adding the following before the offending code
if (is_string($_mylists) && $_mylists === ”) {
$_mylists = [];
}Hope that helps.
Best regards,
Eugene
The topic ‘Ultimate Member MailChimp bug’ is closed to new replies.