HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Catalogue.php [ 89 ]

84                     where('url', '=', $this->request->param($param))->
85                     where('category_id', '=', $category->id)->
86                     find();
87 
88         if( !$item->loaded() ) {
89             throw new HTTP_Exception_404();
90         }
91 
92         $this->content->item = $item;
93         $this->content->items = ORM::factory('Recipe')->where('item_id', '=', $item->id)->find_all();
94 
  1. APPPATH/classes/Controller/Catalogue.php [ 78 ] » Controller_Catalogue->get_item(arguments)

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Catalogue->action_item()

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

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

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

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

  7. DOCROOT/public_html/index.php [ 118 ] » Kohana_Request->execute()

Environment