Hello
I have PHP 8 and K2 installed. The live search module is not working. I get the following error:
1 0: Attempt to modify property "query" on null in file: /home/xxx/domains/xxx.nl/public_html/components/com_k2/views/itemlist/view.html.php line: 743
I checked the code and this is the line:
$pathway = $app->getPathWay();
if (!isset($menuActive->query['task'])) {
THIS THROWS THE ERROR >>>> $menuActive->query['task'] = '';
}
Anyone know how to fix this?