View_Exception [ 0 ]: The requested view page/codigo-de-etica could not be found

SYSPATH/classes/Kohana/View.php [ 265 ]

260 	 */
261 	public function set_filename($file)
262 	{
263 		if (($path = Kohana::find_file('views', $file)) === FALSE)
264 		{
265 			throw new View_Exception('The requested view :file could not be found', array(
266 				':file' => $file,
267 			));
268 		}
269 
270 		// Store the file path locally
  1. SYSPATH/classes/Kohana/View.php [ 145 ] » Kohana_View->set_filename(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 30 ] » Kohana_View->__construct(arguments)

  3. APPPATH/src/Application/Controller/BaseController.php [ 63 ] » Kohana_View::factory(arguments)

  4. {PHP internal call} » Application\Controller\BaseController->pageAction(arguments)

  5. /home/crorn2022/src/Mix/Application.php [ 217 ] » call_user_func_array(arguments)

  6. /home/crorn2022/src/Mix/Application.php [ 255 ] » Mix\Application->handle(arguments)

  7. DOCROOT/index.php [ 99 ] » Mix\Application->run()

Environment