HTTP_Exception_404 [ 404 ]: File not found

APPPATH/classes/Controller/Index/Projects.php [ 61 ]

56 
57         $id = (int) $this->request->param('id');
58         $projects = ORM::factory('Project', $id);
59         
60         if(!$projects->loaded()){
61             throw new HTTP_Exception_404('File not found');
62         }
63 
64 		$page_title = HTML::anchor('', __("ООО «Вертикаль»")) . " → " . HTML::anchor('projects', __("Завершенные проекты")) . " → " .  __("$projects->name");       
65 		$h1 = $projects->name;
66 
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Index_Projects->action_view()

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

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

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

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

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

Environment