Undefined variable $sizes in gutenberg_form_node_form_alter()

Created on 14 August 2024, 5 months ago
Updated 29 August 2024, 5 months ago

In function gutenberg_form_node_form_alter on line 765 we are setting the available image-sizes:
$form['#attached']['drupalSettings']['gutenberg']['image-sizes'] = $sizes;

This throws a warning:

Warning: Undefined variable $sizes in gutenberg_form_node_form_alter() (line 765 of modules/contrib/gutenberg/gutenberg.module).

Ideally to be safe we need to initialize the $sizes array before using it.

Add the following line before the code that populates the $sizes array:
$sizes = [];

On the other hand, I'm not sure where the image sizes are defined in ['gutenberg']['image-sizes']

🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

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

Merge Requests

Comments & Activities

  • Issue created by @doxigo
  • Pipeline finished with Success
    5 months ago
    Total: 211s
    #253549
  • Pipeline finished with Skipped
    5 months ago
    #253585
  • First commit to issue fork.
  • Status changed to Fixed 5 months ago
  • 🇳🇴Norway eiriksm Norway

    awesome, totally agree

    • eiriksm committed 0fca8a63 on 8.x-2.x
      Issue #3467986 by doxigo: Undefined variable $sizes in...
  • Automatically closed - issue fixed for 2 weeks with no activity.

  • Pipeline finished with Failed
    4 months ago
    Total: 69300s
    #281582
  • Pipeline finished with Failed
    4 months ago
    Total: 940s
    #282560
  • Pipeline finished with Success
    4 months ago
    Total: 860s
    #282568
  • Pipeline finished with Failed
    4 months ago
    Total: 150s
    #295879
  • Pipeline finished with Success
    4 months ago
    Total: 194s
    #296310
  • Pipeline finished with Success
    4 months ago
    Total: 132s
    #296407
  • Pipeline finished with Success
    4 months ago
    Total: 135s
    #297617
  • Pipeline finished with Failed
    3 months ago
    #307328
  • Pipeline finished with Failed
    3 months ago
    #307327
  • Pipeline finished with Success
    3 months ago
    Total: 148s
    #307346
  • Pipeline finished with Success
    3 months ago
    #307364
  • Pipeline finished with Success
    3 months ago
    Total: 135s
    #307456
  • Pipeline finished with Success
    3 months ago
    Total: 150s
    #307463
  • Pipeline finished with Success
    3 months ago
    Total: 145s
    #307465
  • Pipeline finished with Failed
    3 months ago
    Total: 651s
    #309536
  • Pipeline finished with Success
    3 months ago
    Total: 170s
    #309567
  • Pipeline finished with Success
    3 months ago
    Total: 175s
    #309570
  • Pipeline finished with Success
    3 months ago
    Total: 391s
    #312495
  • Pipeline finished with Success
    3 months ago
    #332255
  • Pipeline finished with Success
    3 months ago
    Total: 143s
    #332985
  • Pipeline finished with Success
    3 months ago
    Total: 140s
    #333126
  • Pipeline finished with Success
    3 months ago
    Total: 139s
    #333343
  • Pipeline finished with Success
    2 months ago
    Total: 320s
    #334675
  • Pipeline finished with Success
    2 months ago
    Total: 181s
    #338594
  • Pipeline finished with Success
    2 months ago
    Total: 250s
    #340158
  • Pipeline finished with Success
    2 months ago
    Total: 201s
    #341961
  • Pipeline finished with Success
    2 months ago
    Total: 145s
    #342046
  • Pipeline finished with Success
    2 months ago
    Total: 142s
    #342248
  • Pipeline finished with Success
    2 months ago
    Total: 140s
    #342269
  • Pipeline finished with Success
    2 months ago
    Total: 136s
    #342295
  • Pipeline finished with Success
    2 months ago
    Total: 348s
    #344832
  • Pipeline finished with Success
    2 months ago
    Total: 156s
    #347214
  • Pipeline finished with Success
    about 2 months ago
    Total: 364s
    #348585
  • Pipeline finished with Success
    about 2 months ago
    Total: 535s
    #348589
  • Pipeline finished with Success
    about 2 months ago
    Total: 423s
    #348594
  • Pipeline finished with Failed
    about 2 months ago
    Total: 1604s
    #358433
  • Pipeline finished with Failed
    about 2 months ago
    Total: 650s
    #358451
  • Pipeline finished with Failed
    about 1 month ago
    Total: 429s
    #370256
  • Pipeline finished with Failed
    about 1 month ago
    Total: 428s
    #370265
  • Pipeline finished with Failed
    about 1 month ago
    Total: 417s
    #370284
  • Pipeline finished with Failed
    about 1 month ago
    Total: 329s
    #370296
  • Pipeline finished with Failed
    about 1 month ago
    Total: 577s
    #370304
  • Pipeline finished with Failed
    about 1 month ago
    Total: 468s
    #370310
  • Pipeline finished with Failed
    about 1 month ago
    Total: 399s
    #370331
  • Pipeline finished with Failed
    about 1 month ago
    Total: 708s
    #370341
  • Pipeline finished with Failed
    about 1 month ago
    Total: 456s
    #370361
  • Pipeline finished with Failed
    about 1 month ago
    Total: 592s
    #370382
  • Pipeline finished with Failed
    about 1 month ago
    Total: 1432s
    #370401
  • Pipeline finished with Failed
    about 1 month ago
    Total: 849s
    #370415
  • Pipeline finished with Canceled
    about 1 month ago
    Total: 311s
    #370448
  • Pipeline finished with Failed
    about 1 month ago
    Total: 946s
    #370450
  • Pipeline finished with Success
    about 1 month ago
    Total: 881s
    #370475
  • Pipeline finished with Skipped
    4 days ago
    #399474
Production build 0.71.5 2024