QueueInterface and QueueFactory still causing issues in 3.0.1

Created on 23 January 2025, 2 months ago

Problem/Motivation

A campaignmonitor error appears when we try to delete a user via drush. I can see that updates were made to fix queues, so unsure at the moment why this is still occurring.

Any help would be very much appreciated.

In ProcessBase.php line 171:

Unable to decode output into JSON: Syntax error

TypeError: Drupal\campaignmonitor\CampaignMonitorSubscriptionManager::__construct(): Argument #10 ($queue) must be of type Drupal\Co
re\Queue\QueueInterface, Drupal\Core\Queue\QueueFactory given, called in /app/web/core/lib/Drupal/Component/DependencyInjection/Cont
ainer.php on line 261 in Drupal\campaignmonitor\CampaignMonitorSubscriptionManager->__construct() (line 119 of /app/web/modules/cont
rib/campaignmonitor/src/CampaignMonitorSubscriptionManager.php).

Steps to reproduce

clear; drush user:create testuser --mail='[person@example.com](mailto:person@example.com)' --password='letmein'; drush ucan --uri http://test.site  testuser --delete-content -y
πŸ› Bug report
Status

Active

Version

3.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom retrodans

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024