Using ilp_student_info, when you want to narrow the selection of students, you are actually directed to the PLP block.
Error is in ilp_student_info/list.php, line 111:
$baseurl = $CFG->wwwroot.'/blocks/ilp/list.php?courseid='.$courseid;
Should be:
$baseurl = $CFG->wwwroot.'/blocks/ilp_student_info/list.php?courseid='.$courseid;
Using latest contrib 1.9