donpas β created an issue.
I believe that this can be closed as is most likely a duplicate of π Fix Major error causes WSOD Error: Uncaught TypeError Fixed
Made a patch for those still facing this issue with version 3.0.x.
Re-rolled patch for ^10.3.x support.
It turns out that it was a mistake on my part. The problem was in the way I was accessing the D7 date field in the migration yaml.
I was doing source: field_date
instead of source: field_date/0/value
. I found this out after adding the type casting changes and re-trying to update migration.
The error msg was SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'field_smart_date_end_value' cannot be null
, and so it became clear that field data was not correct.
Sorry for the inconvenience, I believe the status can be set to "closed works as intended"?
donpas β created an issue.
kostask β credited donpas β .
After installing tmgmt on a fresh D10 installation and following the provided steps, I couldn't reproduce the problem. Step 2 is redundant since its already included in step 1.
I'll be reviewing the patch from #8 π Redirect to page 404 after requesting a translation Needs review as part of the GreeceSpringSprint2024 β
Pavlos.Dontas β changed the visibility of the branch 3388408 to active.
Pavlos.Dontas β changed the visibility of the branch 3388408 to hidden.
#21 worked for me as well.
I also tested this by attaching to a page and not a block display.
Thank you!
Pavlos.Dontas β made their first commit to this issueβs fork.