The commit 99a60c5837a27bae02e062392435f7ae6763b6e1 to correct #[3083020] contains a big issue in the execute function:
return $this->view - render();

instead of
return $this->view->render();

Which trigegrs a "ArgumentCountError: Too few arguments to function render(), 0 passed" error message

Comments

vdsh created an issue. See original summary.

vdsh’s picture

nickdickinsonwilde’s picture

Status: Needs review » Reviewed & tested by the community

Same patch also provided by #3099428: Follow-up to 3083020 - patching failed - for which @das-peter should be credited.
Also, can confirm that it is working.

pol’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.