- Issue created by @dehacker
- Status changed to Fixed
10 months ago 11:06pm 12 February 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Fatal Error breaks site when enabling Layout Builder Blocks module, in my case after update to Drupal. 10.2.3.
Fatal error: Cannot redeclare Drupal\layout_builder_blocks\EventSubscriber\BlockComponentRenderArraySubscriber::$stylesGroupManager in /var/www/html/web/modules/contrib/layout_builder_blocks/src/EventSubscriber/BlockComponentRenderArraySubscriber.php on line 42
which references:
* @param \Drupal\bootstrap_styles\StylesGroup\StylesGroupManager $styles_group_manager
Enable Layout Builder Blocks in Drupal 10.2.3 while using the dependent module Bootstrap Styles 1.1.5, which is relies on deprecated Media Library Theme Reset issue. See https://www.drupal.org/project/bootstrap_styles/issues/3325150 π Media Library Theme Reset not supported Needs work
Remove the composer patch that hides deprecation errors for this module.
Fixed
1.1
Code
Automatically closed - issue fixed for 2 weeks with no activity.