joomla-framework / console

Joomla Framework Console Package
GNU General Public License v2.0
9 stars 4 forks source link

PHP 8.0 com_finder array issue / solution review #8

Closed breebee closed 3 years ago

breebee commented 3 years ago

Steps to reproduce the issue

Use smart search component on the frontend with a test query

Expected result

Show search results

Actual result

0 array_merge() does not accept unknown named parameters

System information (as much as possible)

Joomla 4 Beta 8 - Dev PHP 8.0 - fpm NGINX

Additional comments

I have fixed / bypassed error as follows

components/com_finder/src/Model/SearchModel.php line 289

alikon commented 3 years ago

you should open this issue on the CMS repo https://github.com/joomla/joomla-cms/ here is for the console framework

breebee commented 3 years ago

Ok posting now.