HTTP_Exception_404 [ 404 ]:

APPPATH/classes/controller/app/product.php [ 27 ]

22         
23         $product = new Model_Product($id);
24         $data = array();
25         
26         if(!$product->loaded() || $product->is_variant || ! $product->is_active_in_language()) {
27             throw new HTTP_Exception_404();
28         }
29         $errors = array();
30         $gg_data = array();
31         
32         if ($this->request->post()) {
  1. {PHP internal call} » Controller_App_Product->action_show()

  2. SYSPATH/classes/kohana/request/client/internal.php [ 128 ] » 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 [ 110 ] » Kohana_Request->execute()

Environment