Just doing regular composer updates on Drupal 9.5.9

[error] Update aborted by: rabbit_hole_update_8105 (8105 - Move redirect settings into new "configuration" property.)

The "" plugin does not exist. Valid plugin IDs for Drupal\rabbit_hole\Plugin\RabbitHoleBehaviorPluginManager are: page_redirect, display_page, access_denied, page_not_found

CommentFileSizeAuthor
#3 3377842-3.patch551 bytesmatroskeen

Comments

jcontreras created an issue. See original summary.

matroskeen’s picture

rabbit_hole_update_8105() update is looking at rabbit_hole.behavior_settings.* config objects.
Can you confirm that it fails when action property is empty?

matroskeen’s picture

Status: Active » Needs review
StatusFileSize
new551 bytes

In the meantime, here is a patch that you can try.

jcontreras’s picture

Status: Needs review » Reviewed & tested by the community

Your patch fixed teh issue and I was able to run the updates. Thank you!

  • Matroskeen committed e7ffae20 on 2.0.x
    Issue #3377842: The "" plugin does not exist / rabbit_hole_update_8105.
    
matroskeen’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

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

mlzr’s picture

This patch was already in my updated code, so no solution for me.
I search for a solution and came up issue #3393436

( https://www.drupal.org/project/rabbit_hole/issues/3393436#comment-15288784 )

See #4 what worked for me.