HTTP_Exception_404 [ 404 ]:

MODPATH/webshop/classes/Controller/Product.php [ 41 ]

36 	}
37 
38     function action_details()
39     {
40         $model = ORM::factory('Product')->getItem($this->request->param('id'));
41         if (!$model->loaded()) throw new HTTP_Exception_404;
42 
43         $modelCategory = ORM::factory('Product_Category')->getItem(Cookie::get('current_catid'));
44         $this->context->item = $model;
45         $this->context->category = $modelCategory;
46         $this->context->cofidisParams = $model->getCofidisParams();
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Product->action_details()

  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 [ 997 ] » Kohana_Request_Client->execute(arguments)

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

Environment