- Issue created by @pearls
- First commit to issue fork.
- Merge request !6Fix #3473397: Undefined array key/Trying to access array offset → (Open) created by bsuttis
@bsuttis , Thanks for support.
MR !6 tested. It didn't work. The same two errors persist.- 🇨🇦Canada bsuttis
@pearls I had an issue that I thought was similar to yours and the MR fixes my issue.
In my logs were:
Warning: Undefined array key 0 in wordfilter_entity_display_build_alter() in line 182
Warning: Trying to access array offset on value of type null in wordfilter_entity_display_build_alter() in line 182
I guess yours is a separate issue. I was unable to reproduce yours on core 10.3.5/php 8.2.
@bsuttis, issues are same. Drupal core version is same. (Upgraded to 10.3.5.)
The only difference is the php version I use is "8.3.6".
I tested the patch on different projects but unfortunately the same warnings persist. The problem may be caused by the PHP version.
My luck :)) Looks like I have nothing to do but wait until the module update arrives.Thanks for support.