- Issue created by @e0ipso
- last update
over 1 year ago 29,304 pass - @e0ipso opened merge request.
- e0ipso Can Picafort
This was detected while trying to manually test this specifically. I was trying to reproduce conditions that were impossible to reproduce using automated testing. I already did this exercise in the past, but never had my local in the required conditions.
#3 contains the minimal fix to the critical issue. Some more minor improvements in a subsequent commit.
- Status changed to Needs work
over 1 year ago 8:53pm 24 April 2023 - π¬π§United Kingdom alexpott πͺπΊπ
Having assert on but not dev dependencies installed is probably quite a rare situation but this fix is fine.
I don't think we can easily add a test because we're going to have the dev around.
I think potentially a better fix will be to do
protected ?Validator $validator = NULL;
because then the current logic will work. - last update
over 1 year ago 29,304 pass - Status changed to Needs review
over 1 year ago 9:17pm 24 April 2023 - Status changed to RTBC
over 1 year ago 10:38pm 24 April 2023 - πΊπΈUnited States mherchel Gainesville, FL, US
I ran into this problem earlier on my local environment for the Florida DrupalCamp website. And, I'm confirming that the MR above (the MR with the
protected ?Validator $validator = NULL;
fix) fixes the issue as expected.Thanks!
- Status changed to Fixed
over 1 year ago 7:38am 25 April 2023 -
alexpott β
committed 79df2500 on 10.1.x
Issue #3356131 by e0ipso, alexpott, mherchel: Fatal error when...
-
alexpott β
committed 79df2500 on 10.1.x
Automatically closed - issue fixed for 2 weeks with no activity.