Kohana_HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Model/Site.php [ 720 ]

715 			$product->fields = $vars['fields'];
716 			$product->variants = @$vars['variants'][$product->id];
717 			$product->discounts = @$vars['discounts'];
718 			return $product;
719 		} else {
720 			throw new Kohana_HTTP_Exception_404();
721 		}
722 	}
723 
724 	public function get_product_by_id($id)
725 	{
  1. APPPATH/classes/Controller/Products.php [ 219 ] » Model_Site->get_product_by_link(arguments)

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

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

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

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

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

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

Environment