HTTP_Exception_404 [ 404 ]:

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

21     $id = $this->request->param('id');
22 
23     $data = $this->products->get($id);
24 
25     if (empty($data))
26       throw new HTTP_Exception_404;
27 
28     $photos = $this->products->getPhotos($id);
29 
30     $this->template->body = View::factory('products/product');
31     $this->template->body->data = $data;
  1. {PHP internal call} » Controller_Products->action_product()

  2. SYSPATH/classes/kohana/request/client/internal.php [ 116 ] » ReflectionMethod->invoke(arguments)

  3. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  4. SYSPATH/classes/kohana/request.php [ 1164 ] » Kohana_Request_Client->execute(arguments)

  5. SYSPATH/init.php [ 109 ] » Kohana_Request->execute()

  6. /home/server069961/ftp/migracja/sungrey.net/maestato.com/de/index.php [ 12 ] » require_once(arguments)

Environment