- Issue created by @erwindaez
- Status changed to Needs review
over 1 year ago 9:44pm 7 January 2024 - last update
over 1 year ago Patch Failed to Apply - ๐ฎ๐ณIndia prashant.c Dharamshala
Prashant.c โ made their first commit to this issueโs fork.
- Status changed to Needs work
over 1 year ago 8:24am 8 January 2024 - ๐ฎ๐ณIndia prashant.c Dharamshala
This patch is not applying on
10.1.x
or11.x
. Request you to re-submit the patch. Made new patch to bypass the error in said condition with an index verification:
$value = $value[0];
To
$value = isset($value[0]) ? $value[0] : $value;
Worked for me.
- Status changed to Postponed: needs info
5 months ago 12:06am 1 April 2025 - ๐ฆ๐บAustralia acbramley
I followed the steps in the IS after installing standard profile and was unable to reproduce the error.
Can the steps be updated starting with Installing Drupal?
- Status changed to Closed: cannot reproduce
about 2 months ago 3:18am 10 July 2025 - ๐ฆ๐บAustralia acbramley
It has been over 3 months with no response, I am closing this as cannot reproduce.
If you are able to provide steps to reproduce this issue from a fresh Drupal install, please feel free to reopen this issue and add those steps to the issue summary. Thanks!