No Code Attached Yet
avatar alexandreelise
alexandreelise
25 Sep 2021

Causing issue in PHP8.0.11 due to BC break in PHP8.0 regarding call_user_func_array and named parameters

A quick fix would be to do array_values($params) rather than just params which is causing a
Fatal error in PHP8.0.11 Joomla 4.0.3

return call_user_func_array(array($this->captcha, $name), $args);

avatar alexandreelise alexandreelise - open - 25 Sep 2021
avatar joomla-cms-bot joomla-cms-bot - change - 25 Sep 2021
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 25 Sep 2021
avatar zero-24
zero-24 - comment - 26 Sep 2021

Closing here as there is a PR #35675 thanks @alexandreelise

avatar zero-24 zero-24 - change - 26 Sep 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-09-26 00:13:10
Closed_By zero-24
avatar zero-24 zero-24 - close - 26 Sep 2021
avatar alexandreelise
alexandreelise - comment - 26 Sep 2021

No problem @zero-24 Doing my best to help the community and make Joomla! even better.

avatar PhilETaylor
PhilETaylor - comment - 26 Sep 2021

related to related to #33529 which is the same issue.

Add a Comment

Login with GitHub to post a comment