Error [ 0 ]: Non-static method Model_Comment::findFor() cannot be called statically

APPPATH/classes/Controller/Page.php [ 309 ]

304 		$description = str_replace('"', "", Text::limit_words(Text::pureText($page->text), 40));
305 		
306 		$title = h($page->title) . ' - Майнкрафт Вики';
307 
308 
309 		$comments = Model_Comment::findFor('post', $page->id);
310 
311 		$this->view('page/view')
312 			->head('title', $title)
313 			->head('description', $description)
314 			->content('popular', $this->getPopularByRating())
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Page->action_view()

  2. {PHP internal call} » Kohana_Controller->execute()

  3. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke()

  4. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request()

  5. SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute()

  6. DOCROOT/index.php [ 120 ] » Kohana_Request->execute()

Environment