Participants not displaying and gear icon not working

Re: Participants not displaying and gear icon not working

by Gerry Miranda -
Number of replies: 0
I found the cause, one of the files was indeed missing cohort/lib.php, in code it was trying to do:

require_once($CFG->dirroot.'/cohort/lib.php');

but no error was displayed anywhere.

At first, in the comparison, it was not very noticeable because we have some cohorts plugins added.

Thanks for your help!