HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/News.php [ 40 ]

35 			->where('title_'.$this->request->param('lang'), '!=', '')
36 		    ->where('link_'.$this->request->param('lang'), '=', $this->request->param('id'))
37 		    ->where('status', '!=', ORM::STATUS_DRAFT)
38 		    ->find();
39 
40 		if(!$item->id) throw new HTTP_Exception_404();
41 
42 		$view = View::factory('news/'.$this->views.'item')
43 	    	->set('item', $item)
44 			->set('images', $item->images->find_all())
45 		;
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_News->action_item()

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

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

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

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

  6. APPPATH/classes/Controller/Decode.php [ 29 ] » Kohana_Request->execute()

  7. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Decode->action_item()

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

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

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

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

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

Environment