Hey @pgr, thanks for chiming in. Yeah that’s the right line. That’s why I’m kind of stuck because it’s not super helpful. I did search call_user_function_array and it’s in many places. I think probably in class.soap_server.php or SugarBean.php orutils.php are good candidates that would likely be called from the API.
I also found this:
PHP 8 introduced breaking change to call_user_func_array()
- call_user_func_array() array keys will now be interpreted as parameter names, instead of being silently ignored.
I’m just not sure where to look next. I can do an output to log, just not sure of what. Are you saying I should output $this->implementation, $method, $data) these variables to log. If so I can do that and report back.