Closed (fixed)
Project:
Migrate Tools
Version:
6.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2022 at 12:41 UTC
Updated:
8 Jul 2025 at 20:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
fmb commentedComment #4
sim_1I ran into this issue as well. Big warning messages on the migration source/destination pages. Thanks for this patch! It worked to fix the issue. I don't have 6.x installed, but looking at the code I think it will be beneficial for both branches. Marking RTBC
Comment #5
kliker commentedI tested it with v6.0.0 and I am still getting error messages:
- "Warning: Undefined array key "#description_display" in template_preprocess_fieldset() (line 219 of core/includes/form.inc)."
- "Warning: Undefined array key "#description_display" in template_preprocess_fieldset() (line 220 of core/includes/form.inc)."
Comment #6
tanmaykHere is the patch against 6.0.x for composer builds.
Comment #7
kliker commentedTested patch against v6.0.0. and there are no error messages.
Comment #8
pfrenssenThanks!
Comment #9
liam morlandThis working for me as well.
Comment #10
pcate commentedRan into this error today. Patch applied cleaning and fixed issue. +1 RTBC
Comment #11
stijnhau commentedPatch is working perfectly
Comment #13
heddnThanks for the fix and your contributions.