HTTP_Exception_404 [ 404 ]:

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

24       
25     $this->set_title($data['mtitle']);
26     $this->set_description($data['mdescription']);
27 
28     if (empty($data))
29       throw new HTTP_Exception_404;
30 
31     $photos = $this->products->getPhotos($id);
32 
33     $this->template->body = View::factory('products/product');
34     $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/pl/index.php [ 12 ] » require_once(arguments)

Environment