With latest dev checkout, receive this error:
ArgumentCountError: Too few arguments to function Drupal\colorbox\Plugin\Field\FieldFormatter\ColorboxFormatter::__construct(), 10 passed in ---/web/modules/contrib/colorbox/src/Plugin/Field/FieldFormatter/ColorboxFormatter.php on line 103 and exactly 11 expected in Drupal\colorbox\Plugin\Field\FieldFormatter\ColorboxFormatter->__construct() (line 81 of ---/web/modules/contrib/colorbox/src/Plugin/Field/FieldFormatter/ColorboxFormatter.php)
This prevents the site from loading (WSOD) hence critical.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

NickWilde created an issue. See original summary.

NickDickinsonWilde’s picture

Assigned: NickDickinsonWilde » Unassigned
Status: Active » Needs review
FileSize
677 bytes

Patch attached, adding the missing argument

Anonymous’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
679 bytes

Thanks for the patch. I was unable to apply it as is, so I've recreated one that applies cleanly.

  • rsmylski committed 2d1edad on 8.x-1.x
    git commit -m 'Issue #2914147 by NickWilde, rsmylski: ColorboxFormatter...
Anonymous’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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