- Issue created by @zenific
- Status changed to Postponed: needs info
over 1 year ago 1:26pm 11 October 2023 - π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Please use
git bisect
to figure out which commit caused this problem. - Status changed to Active
over 1 year ago 5:23pm 12 October 2023 - π¨π¦Canada zread
Not OP, but we ran into this problem with Webform 7.x-4.26. The issue happens if you're running any PHP version below 7.0 due to the null coalescing operator (aka ?? operator) being introduced on this line:
https://git.drupalcode.org/project/webform/-/blob/7.x-4.x/components/tim...
This change was introduced in https://www.drupal.org/project/webform/issues/2666088 π Handle undefined date/time components Fixed
There is, however, a changelog note for 7.x-4.26 that mentions PHP 8.0 is required ( https://www.drupal.org/project/webform/releases/7.x-4.26 β ). However it's a little funny given that same version introduces fixes for PHP versions below 5.6.
- Status changed to Closed: duplicate
over 1 year ago 5:31pm 12 October 2023