HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Recipes.php [ 20 ]

15 			$this->content = new Twig("recipes/item");
16 
17 			$item = ORM::factory('Recipe')->where('url', '=', $url)->find();
18 
19             if( !$item->loaded() ) {
20                 throw new HTTP_Exception_404();
21             }
22 
23             $this->content->item = $item;
24 			$this->content->related = ORM::factory('Recipe')->
25 										where('item_id', '=', $item->item_id)->
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Recipes->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_html/index.php [ 118 ] » Kohana_Request->execute()

Environment