ErrorException [ Notice ]: Undefined index: titulo

APPPATH/classes/controller/modelos.php [ 131 ]

126 		$dataGama = Model_Database::factory('Modelos')->detalhefromGama($this->request->param('gama'));
127 		$dataVersao = Model_Database::factory('Modelos')->detalheFromVersao($this->request->param('id'));
128 
129 		$dataGama['modelo_slug'] = $dataModelo['slug'];
130 
131 		$this->_setTitles($dataGama['titulo']);
132 		$this->_setTitles($dataVersao['titulo']);
133 		$this->_checkMultimedia($this->request->param('id'));
134 
135 		$this->pageContent->set('dataGama', $dataGama)
136 						  ->set('dataVersao',$dataVersao);
  1. APPPATH/classes/controller/modelos.php [ 131 ] » Kohana_Core::error_handler(arguments)

  2. {PHP internal call} » Controller_Modelos->action_versao()

  3. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

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

Environment