Argument 1 passed to Drupal\entityqueue\EntityQueueHandlerBase::setQueue() must implement interface Drupal\entityqueue\EntityQueueInterface, null given, called in [error]
../web/modules/contrib/entityqueue/src/EntityQueueHandlerPluginCollection.php on line 53 and defined EntityQueueHandlerBase.php:86
E_RECOVERABLE_ERROR encountered; aborting. To ignore recoverable errors, run again with --no-halt-on-error

CommentFileSizeAuthor
#5 2903149.patch1.16 KBamateescu
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aspilicious created an issue. See original summary.

amateescu’s picture

On what page did you encounter this error? Or what are the steps to reproduce?

aspilicious’s picture

Almost everywhere...
Drush cr, homepage, ...

I just updated composer, did a composer install and "tried" to run drush updb when these error began to appear.

amateescu’s picture

Can you post the backtrace as well? Some more debugging info won't hurt :)

amateescu’s picture

Status: Active » Needs review
FileSize
1.16 KB

Actually, nevermind, I could also reproduce it quite easily :)

Can you try out this patch?

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

Works!
Time for a new alpha (or a beta)?

  • amateescu committed 7b262d5 on 8.x-1.x
    Issue #2903149 by amateescu: Fatal error when updating to Drupal 8.4
    
amateescu’s picture

Title: Fatal error when updating to drupal 8.4 » Fatal error when updating to Drupal 8.4
Status: Reviewed & tested by the community » Fixed

Yup, a new alpha (or beta) should be released soon, I just have a few bugs that I'd like to get fixed first.

joonapenttila’s picture

I still waiting for new version :)))

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

meickol’s picture

I update my drupal from 8.3.7 to 8.5.0 and I still have to apply this path to make the site works, why ?

amateescu’s picture

This patch is included in the latest release (8.x-1.0-alpha7), so I assume you're using an older version?

meickol’s picture

@amateescu thanks for your answer, yes I was using a wrong version.

manishdrupaldev’s picture

While update from drupal 8.3 to 8.5, i need to use the updated release or Entityqueue: 8.x-1.0-alpha7 and then run drush updb successfully.