Error [ 0 ]: Class "sections" not found

APPPATH/classes/Controller/Historique.php [ 52 ]

47 		$this->smarty->assign('pagination', $pagination);
48 
49 		//On va chercher les articles
50 		$a_articles = $babillards->get_articlesCache($lang, $id_babillard, abs($pagination->items_per_page), abs($pagination->current_first_item));
51 		
52 		$l_sections = new sections();		
53 		
54 		//On ajoute l'url direct de la page vers le bon controller
55 		foreach($a_articles as $key => $a_article){
56 			if(in_array($a_article['titre_uri_babillard'], $l_sections->get_lst_uri_babillards_sections($lang))){
57 				$babillard_uri = $a_article['titre_uri_babillard'];
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Historique->action_index()

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

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

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

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

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

Environment