What we know is that on line 329 $model->getItems() returns null. I have not found how it can do that. Try this pair of planted lines on either side of line 329:
The lines are not always executed because they are cached. Try login/logout to force something to appear in the bugtest.php file.
Code:
\file_put_contents(JPATH_ADMINISTRATOR . '/logs/bugtest.php', $model->option .' ' . $model->name . "\n", FILE_APPEND); $articleIds = ArrayHelper::getColumn($articles, 'id');\file_put_contents(JPATH_ADMINISTRATOR . '/logs/bugtest.php', $view . " worked!\n", FILE_APPEND);
Statistics: Posted by ceford — Sun Apr 14, 2024 6:54 pm