In the _mailchimp_get_api_object(), the watchdog statement when an error is triggered references the errorMessage attribute of the MCAPI class as a function. This of course causes a PHP critical error if that path of logic is followed. The fix is simple, change $q->errorMessage() to $q->errorMessage.
Comments
Comment #1
levelos commentedCommit: 9d3f6c08982cc588412db0188a13d410f9b07bd4