Undefined array key "view_mode" in block_content_theme_suggestions_block_alter()

Created on 22 May 2024, 12 months ago
Updated 11 June 2024, 11 months ago

Problem/Motivation

When adding a content block through Gutenberg, on the front end I get the following errors when rendering the block.

They appear with any content block bundle.

Warning: Undefined array key "view_mode" in block_content_theme_suggestions_block_alter() (line 199 of core/modules/block_content/block_content.module).
block_content_theme_suggestions_block_alter(Array, Array, 'block') (Line: 545)
Drupal\Core\Extension\ModuleHandler->alter('theme_suggestions', Array, Array, 'block') (Line: 393)
Drupal\Core\Theme\ThemeManager->buildThemeHookSuggestions('block', '', Array) (Line: 220)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
Drupal\Core\Render\Renderer->render(Array) (Line: 172)
Drupal\gutenberg\BlockProcessor\ContentBlockProcessor->processBlock(Array, '

', Object) (Line: 224)
Drupal\gutenberg\Plugin\Filter\GutenbergFilter->renderBlock(Array, Object) (Line: 217)
Drupal\gutenberg\Plugin\Filter\GutenbergFilter->renderBlock(Array, Object) (Line: 143)

Deprecated function: strtr(): Passing null to parameter #1 ($string) of type string is deprecated in block_content_theme_suggestions_block_alter() (line 199 of core/modules/block_content/block_content.module).
block_content_theme_suggestions_block_alter(Array, Array, 'block') (Line: 545)
Drupal\Core\Extension\ModuleHandler->alter('theme_suggestions', Array, Array, 'block') (Line: 393)
Drupal\Core\Theme\ThemeManager->buildThemeHookSuggestions('block', '', Array) (Line: 220)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 480)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
Drupal\Core\Render\Renderer->render(Array) (Line: 172)
Drupal\gutenberg\BlockProcessor\ContentBlockProcessor->processBlock(Array, '

', Object) (Line: 224)
Drupal\gutenberg\Plugin\Filter\GutenbergFilter->renderBlock(Array, Object) (Line: 217)
Drupal\gutenberg\Plugin\Filter\GutenbergFilter->renderBlock(Array, Object) (Line: 143)

Steps to reproduce

  1. Enable content blocks in gutenberg settings for your node type
  2. Add a content block
  3. Save Node
  4. On the front end I see this error
πŸ› Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States loze Los Angeles

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

Merge Requests

Comments & Activities

  • Issue created by @loze
  • πŸ‡ΊπŸ‡ΈUnited States loze Los Angeles
  • First commit to issue fork.
  • Status changed to Needs review 12 months ago
  • πŸ‡΅πŸ‡ΉPortugal marcofernandes

    Ouch.. some test code left behind.

  • πŸ‡΅πŸ‡ΉPortugal marcofernandes

    @loze I couldn't replicate but I did find some test code that might have caused that error.
    Could you provide more details about your site install? Drupal core version, installed modules/themes?

  • Pipeline finished with Success
    12 months ago
    Total: 255s
    #179156
  • Pipeline finished with Success
    12 months ago
    Total: 309s
    #179161
  • πŸ‡ΊπŸ‡ΈUnited States loze Los Angeles

    I'm still seeing this on my end.

    Im using Drupal: 10.2.6, Php 8.2.0
    With the latest dev 3.x version of guttenberg

    The error happens on the 2 different block types I was testing on, both the default "basic block" type and a custom block type that's just an entityreference and title.

    both block types only have the default view mode, the default view mode is selected in the gutenberg edit widget when adding the block.

    The block is created in guttenberg w/o any errors, but I get the errors when viewing it on the front end.

    It's a fairly straitforward set up. My Blocks work fine when I place them normally.

    Digging in little further I see that in contentBockProcessor.php the only key in the #configuration section of the block render array is 'provider'
    block_content_theme_suggestions_block_alter() expects the 'view_mode' key to be present (even if its empty)

    It does feel like there should be other config variables here too though, for instance the block title, no?

    Nonetheless, this patch adds the view mode and makes hte error go away.

  • πŸ‡΅πŸ‡ΉPortugal marcofernandes

    I couldn't replicate but you're right about the 'view_mode' index usage at block_content_theme_suggestions_block_alter().
    I don't think there's a title property for content blocks but a description (the reference is info). But I think it's irrelevant - it will be always the same in case of block instances created by Gutenberg.
    Let's just add your patch.

  • πŸ‡ΊπŸ‡ΈUnited States loze Los Angeles

    Thanks for adding this. There is another instances where this is occurring and Im getting the same error. I think it also needs to go into blocksController.php.

    These two patches cleared it up for me.

  • πŸ‡ΊπŸ‡ΈUnited States loze Los Angeles

    sorry wrong patch, this is the right one.

  • Status changed to Fixed 12 months ago
  • Automatically closed - issue fixed for 2 weeks with no activity.

  • Pipeline finished with Success
    11 months ago
    #199184
  • Pipeline finished with Failed
    11 months ago
    #213365
  • Pipeline finished with Failed
    11 months ago
    Total: 255s
    #213374
  • Pipeline finished with Canceled
    11 months ago
    Total: 142s
    #213379
  • Pipeline finished with Canceled
    11 months ago
    Total: 84s
    #213380
  • Pipeline finished with Failed
    11 months ago
    Total: 189s
    #213382
  • Pipeline finished with Failed
    11 months ago
    Total: 157s
    #213385
  • Pipeline finished with Failed
    11 months ago
    Total: 150s
    #213406
  • Pipeline finished with Success
    11 months ago
    Total: 177s
    #213410
  • Pipeline finished with Success
    11 months ago
    Total: 398s
    #213422
  • Pipeline finished with Success
    11 months ago
    Total: 2475s
    #213425
  • Pipeline finished with Success
    11 months ago
    Total: 640s
    #213439
  • Pipeline finished with Success
    11 months ago
    Total: 163s
    #213445
  • Pipeline finished with Success
    11 months ago
    Total: 284s
    #213447
  • Pipeline finished with Success
    11 months ago
    Total: 581s
    #213450
  • Pipeline finished with Success
    11 months ago
    Total: 182s
    #213455
  • Pipeline finished with Success
    10 months ago
    Total: 163s
    #223013
  • Pipeline finished with Canceled
    10 months ago
    Total: 193s
    #231503
  • Pipeline finished with Canceled
    10 months ago
    Total: 73s
    #231508
  • Pipeline finished with Success
    10 months ago
    Total: 185s
    #231509
  • Pipeline finished with Success
    10 months ago
    Total: 341s
    #231513
  • Pipeline finished with Failed
    10 months ago
    Total: 168s
    #244083
  • Pipeline finished with Failed
    10 months ago
    #244091
  • Pipeline finished with Failed
    10 months ago
    #244521
  • Pipeline finished with Failed
    9 months ago
    #245884
  • Pipeline finished with Failed
    9 months ago
    Total: 268s
    #245896
  • Pipeline finished with Canceled
    9 months ago
    Total: 173s
    #247465
  • Pipeline finished with Failed
    9 months ago
    #247475
  • Pipeline finished with Failed
    9 months ago
    Total: 169s
    #251456
  • Pipeline finished with Success
    9 months ago
    Total: 203s
    #251556
  • Pipeline finished with Success
    9 months ago
    Total: 228s
    #251631
  • Pipeline finished with Success
    9 months ago
    #251639
  • Pipeline finished with Skipped
    9 months ago
    #253353
  • Pipeline finished with Failed
    8 months ago
    Total: 174s
    #301055
  • Pipeline finished with Canceled
    8 months ago
    Total: 96s
    #301060
  • Pipeline finished with Success
    8 months ago
    Total: 177s
    #301061
  • Pipeline finished with Success
    8 months ago
    Total: 170s
    #301064
  • Pipeline finished with Failed
    7 months ago
    Total: 496s
    #314753
  • Pipeline finished with Success
    7 months ago
    Total: 600s
    #315546
  • Pipeline finished with Canceled
    7 months ago
    Total: 140s
    #317124
  • Pipeline finished with Failed
    7 months ago
    Total: 749s
    #317127
  • Pipeline finished with Canceled
    7 months ago
    Total: 226s
    #317155
  • Pipeline finished with Canceled
    7 months ago
    Total: 66s
    #317161
  • Pipeline finished with Failed
    7 months ago
    Total: 642s
    #317163
  • Pipeline finished with Failed
    7 months ago
    Total: 469s
    #317183
  • Pipeline finished with Failed
    7 months ago
    Total: 509s
    #317197
  • Pipeline finished with Canceled
    7 months ago
    Total: 312s
    #317212
  • Pipeline finished with Failed
    7 months ago
    Total: 553s
    #317223
  • Pipeline finished with Failed
    7 months ago
    Total: 684s
    #317241
  • Pipeline finished with Failed
    7 months ago
    Total: 841s
    #317272
  • Pipeline finished with Success
    7 months ago
    Total: 822s
    #317298
  • Pipeline finished with Success
    7 months ago
    Total: 471s
    #327092
  • Pipeline finished with Success
    7 months ago
    Total: 531s
    #327090
  • Pipeline finished with Success
    7 months ago
    Total: 569s
    #327520
  • Pipeline finished with Success
    6 months ago
    Total: 216s
    #336687
  • Pipeline finished with Success
    6 months ago
    Total: 145s
    #336688
  • Pipeline finished with Success
    6 months ago
    Total: 152s
    #336723
  • Pipeline finished with Success
    6 months ago
    Total: 152s
    #336737
  • Pipeline finished with Success
    6 months ago
    Total: 145s
    #336743
  • Pipeline finished with Success
    6 months ago
    Total: 216s
    #336875
  • Pipeline finished with Canceled
    6 months ago
    Total: 135s
    #336884
  • Pipeline finished with Success
    6 months ago
    Total: 146s
    #336890
  • Pipeline finished with Success
    6 months ago
    Total: 171s
    #336926
  • Pipeline finished with Success
    6 months ago
    Total: 175s
    #337918
  • Pipeline finished with Success
    6 months ago
    Total: 152s
    #337928
  • Pipeline finished with Success
    6 months ago
    Total: 149s
    #338783
  • Pipeline finished with Success
    6 months ago
    Total: 145s
    #338793
  • Pipeline finished with Success
    6 months ago
    Total: 143s
    #338839
  • Pipeline finished with Success
    6 months ago
    Total: 153s
    #338880
  • Pipeline finished with Success
    6 months ago
    Total: 143s
    #339760
  • Pipeline finished with Failed
    6 months ago
    Total: 222s
    #342077
  • Pipeline finished with Success
    6 months ago
    Total: 199s
    #342092
  • Pipeline finished with Success
    6 months ago
    Total: 343s
    #342115
  • Pipeline finished with Success
    6 months ago
    Total: 263s
    #342431
  • Pipeline finished with Success
    6 months ago
    Total: 756s
    #343709
  • Pipeline finished with Success
    6 months ago
    Total: 744s
    #343726
  • Pipeline finished with Success
    4 months ago
    Total: 148s
    #403500
  • Pipeline finished with Success
    4 months ago
    Total: 184s
    #406426
  • Pipeline finished with Failed
    3 months ago
    Total: 175s
    #420829
  • Pipeline finished with Success
    3 months ago
    Total: 324s
    #431854
  • Pipeline finished with Success
    2 months ago
    Total: 190s
    #439539
  • Pipeline finished with Failed
    2 months ago
    Total: 208s
    #439584
  • Pipeline finished with Failed
    2 months ago
    Total: 179s
    #444417
  • Pipeline finished with Success
    2 months ago
    Total: 313s
    #447440
  • Pipeline finished with Success
    about 2 months ago
    Total: 967s
    #454553
  • Pipeline finished with Canceled
    about 2 months ago
    Total: 278s
    #454560
  • Pipeline finished with Success
    about 2 months ago
    Total: 609s
    #454562
  • Pipeline finished with Success
    about 2 months ago
    #463529
  • Pipeline finished with Success
    about 1 month ago
    Total: 187s
    #463824
  • Pipeline finished with Success
    about 1 month ago
    Total: 208s
    #463852
  • Pipeline finished with Success
    about 1 month ago
    Total: 288s
    #464576
  • Pipeline finished with Success
    about 1 month ago
    Total: 184s
    #464634
  • Pipeline finished with Success
    30 days ago
    Total: 528s
    #476280
  • Pipeline finished with Success
    28 days ago
    Total: 334s
    #477256
  • Pipeline finished with Success
    27 days ago
    Total: 443s
    #477995
  • Pipeline finished with Success
    27 days ago
    Total: 345s
    #478002
  • Pipeline finished with Success
    25 days ago
    Total: 274s
    #479678
  • Pipeline finished with Success
    25 days ago
    Total: 241s
    #479680
Production build 0.71.5 2024