HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Catalog.php [ 64 ]

59       ->execute()
60       ->current();
61       
62     //print_r($product);
63     if(!$product) {
64       throw new HTTP_Exception_404;
65     }
66     
67     $product['images'] = $this->getImages($product['images']);
68     
69     //print_r($product);die;
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Catalog->action_product()

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

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

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

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

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

Environment