- Issue created by @_randy
- Status changed to Fixed
about 1 year ago 5:28pm 15 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.
TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in array_key_exists()
Error is thrown during validation for an incompletely created/set up interactive task. Issue is that the ['data'] array key has not been established in the task config. Need to test if the data key is there first.
Potential alternate solution would be to refactor to use null coalescing to test for any array key tests.
Fixed
3.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.