Closed (fixed)
Project:
Mailchimp
Version:
3.x-dev
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2026 at 14:58 UTC
Updated:
11 Mar 2026 at 16:55 UTC
Jump to comment: Most recent
Webhook method is erroring out:
Error: Call to undefined method Drupal\Core\Logger\LoggerChannelFactory::info() in Drupal\mailchimp\Controller\MailchimpWebhookController->endpoint() (line 91 of /code/web/modules/contrib/mailchimp/src/Controller/MailchimpWebhookController.php).
logger is assigned to the factory, rather than a logger instance.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
aaronbaumanMR122 replaces `logger.factory` service with `logger.channel.mailchimp`
Comment #7
xenophyle commentedThank you!