ErrorException [ Warning ]: Trying to access array offset on value of type null

APPPATH/classes/Ecrits.php [ 129 ]

124 		//On va chercher les informations de base
125 		$a_ecrits = $this->_m_ecrits->get_infos_by_machin($lang, $id_machin, $titre_uri);	
126 
127 		//On garde les informations nécessaires
128 		$a_ecrits = array(
129 			'id' => $a_ecrits['id'], 
130 			'date_affichage' => $a_ecrits['date_affichage'], 
131 			'activer_commentaire' => $a_ecrits['activer_commentaire'], 
132 			'activer_vote' => $a_ecrits['activer_vote'], 
133 			'afficher_complet' => $a_ecrits['afficher_complet'],  
134 			'qtn_visionnements' => $a_ecrits['qtn_visionnements'],  
  1. APPPATH/classes/Ecrits.php [ 129 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/classes/Controller/Ecrits.php [ 105 ] » Ecrits->get_infos_by_machin(arguments)

  3. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Ecrits->action_machin()

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

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

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

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

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

Environment