-
Posts
5 -
Joined
-
Last visited
Community Answers
-
seankobuk's post in Help needed for local setup on a MAC was marked as the answer
Here is the line that throws the fatal error
13 $cases = $this->page->selected_cases->filter("limit=3"); 14 15 if (count($cases) < 3) { 16 $cases->add(app()->randomPages($this->pages->get('/cases')->children->not("id=$cases"), 3 - count($cases))); 17 }