gavinbaumanis
06/23/2024, 11:28 PMhugh
06/25/2024, 10:59 PMgavinbaumanis
06/25/2024, 11:48 PMif( isdefined( 'arguments' ) { writeDump( serializeJSON( arguments ) ) }
Because we found certain items in the argument scope that were never expected to be there.
Just remembering now...
If the error is thrown in a framework library - as opposed to a line of your code - it is entirely feasible that the framework might have your FORM struct in a function's Argument's scope.
Now : it is a bit shitty that the framework doesn't handle that properly - to be sure...
But the underlying root cause of these issues (for us) - was always the data we were using was faulty...
so fixing our data / use of our functions - allowed the framework's code to run without error.