HTTP_Exception_404 [ 404 ]:

APPPATH/classes/controller/product.php [ 13 ]

 8                             ->with('description')
 9                             ->where('product.id', '=', $this->request->param('id'))
10                             ->find();
11 
12         if(!$product->loaded())
13                 throw new HTTP_Exception_404;
14 
15         $images = $product->images->find_all();
16         
17         $reviews = $product->reviews->where('status', '=', TRUE)->find_all();
18 
  1. {PHP internal call} » Controller_Product->action_index()

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

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

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

  5. DOCROOT/index.php [ 109 ] » Kohana_Request->execute()

Environment