HTTP_Exception_404 [ 404 ]:

APPPATH/classes/controller/products.php [ 77 ]

72                         ->with('category')
73                         ->where('id', '=', $this->request->param('id'))
74                         ->find();
75 
76         if(!$product->loaded())
77             throw new HTTP_Exception_404;
78 
79         $images = $product->images->order_by('default_image', 'DESC')->order_by('sort_order')->find_all();
80 
81         $categories = ORM::factory('category')
82                             ->where('status', '=', 1)
  1. {PHP internal call} » Controller_Products->action_get_by_id()

  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