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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3377842-3.patch | 551 bytes | matroskeen |
Comments
Comment #2
matroskeenrabbit_hole_update_8105()update is looking atrabbit_hole.behavior_settings.*config objects.Can you confirm that it fails when
actionproperty is empty?Comment #3
matroskeenIn the meantime, here is a patch that you can try.
Comment #4
jcontreras commentedYour patch fixed teh issue and I was able to run the updates. Thank you!
Comment #6
matroskeenThanks!
Comment #8
mlzrThis 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.